This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
pry--pry
Watch
1
Star
0
Fork
You've already forked pry--pry
0
mirror of
https://github.com/pry/pry.git
synced
2022-11-09 12:35:05 -05:00
Code
Releases
Activity
09739659b6
pry--pry
/
.rspec
3 lines
30 B
Text
Raw
Normal View
History
Unescape
Escape
Add .rspec and require 'helper' from there Just discovered this nice feature of RSpec where it can load all files for us. Works with `bundle exec rake` and `bundle exec rspec spec/file_spec.rb`, which covers all use cases.
2018-11-18 01:04:44 -05:00
--color
spec/helper.rb -> spec/spec_helper.rb `helper.rb` is a legacy name from Bacon days. Since we use RSpec, the convention is to use `spec/spec_helper.rb`. Applying the principle of least astonishment here.
2019-03-07 16:12:47 -05:00
--require spec_helper
Copy permalink