[rspec-users] how to stop rspec from creating helper/view specs?
S Ahmed
sahmed1020 at gmail.com
Fri Sep 14 16:20:56 UTC 2012
I tried adding this to my application.rb:
config.generators do |g|
g.view_specs false
g.helper_specs false
end
But it didn't stop the generator from creating view/helper specs.
What am I doing wrong?
Also also tried doing this the configuration section:
config.view_specs = false
config.helper_specs = false
But it didn't do anything.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120914/eeefd5f6/attachment.html>
More information about the rspec-users
mailing list