1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

Don't explicitly require mocks and expectations upfront.

rspec-core will require them at the appropriate time as
long as the user hasn't configured a different mocking
or expectation library. We don't want to load them
unnecessarily.
This commit is contained in:
Myron Marston 2013-07-10 16:59:36 -07:00
parent a3daf2bd00
commit f10bedd498

View file

@ -1,4 +1,3 @@
require 'rspec/core'
require 'rspec/expectations'
require 'rspec/mocks'
require 'rspec/version'