This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
thoughtbot--shoulda-matchers
Watch
1
Star
0
Fork
You've already forked thoughtbot--shoulda-matchers
0
mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced
2022-11-09 12:01:38 -05:00
Code
Releases
Activity
34a2ee6160
thoughtbot--shoulda-matchers
/
init.rb
2 lines
59 B
Ruby
Raw
Normal View
History
Unescape
Escape
use the rails standard way of initializing a gem, instead of that RAILS_ROOT check
2008-10-01 17:40:21 -04:00
require
File
.
join
(
File
.
dirname
(
__FILE__
)
,
'rails'
,
'init'
)
Copy permalink