This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rspec--rspec-metagem
Watch
1
Star
0
Fork
You've already forked rspec--rspec-metagem
0
mirror of
https://github.com/rspec/rspec-metagem.git
synced
2022-11-09 12:09:29 -05:00
Code
Releases
Activity
1ab8cc5f3e
rspec--rspec-metagem
/
lib
/
rspec.rb
4 lines
46 B
Ruby
Raw
Normal View
History
Unescape
Escape
add lib (so you can just require 'rpsec')
2009-06-30 10:22:14 -05:00
require
'rspec/core'
Rename gem to rspec
2010-01-19 08:12:13 -06:00
require
'rspec/version'
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 16:59:36 -07:00
Copy permalink