When developing gems in Ruby, I almost always need a file in which I can configure RSpec to my needs and maybe before doing that, require some helper modules which should be ava
The --require spec_helper line is automatically added to the .rspec file for RSpec 3.0 when you do rspec --init.
--require spec_helper
rspec --init