1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00
rspec--rspec-metagem/lib/rspec.rb
Myron Marston f10bedd498 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.
2013-07-10 17:11:06 -07:00

3 lines
46 B
Ruby

require 'rspec/core'
require 'rspec/version'