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:
parent
a3daf2bd00
commit
f10bedd498
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
require 'rspec/core'
|
||||
require 'rspec/expectations'
|
||||
require 'rspec/mocks'
|
||||
require 'rspec/version'
|
||||
|
||||
|
|
Loading…
Reference in a new issue