Currently the generator assumes you only have a spec_helper.rb but the new convention is to keep that barebones and use an enhanced rails_helper.rb when you need the Rails stack. The generator should take advantage of this, unless we invalidate that with #1
Currently the generator assumes you only have a
spec_helper.rbbut the new convention is to keep that barebones and use an enhancedrails_helper.rbwhen you need the Rails stack. The generator should take advantage of this, unless we invalidate that with #1