Re: [rspec-users] Using integrate_views for all controller specs

2011-01-17 Thread David Chelimsky
On Jan 17, 2011, at 12:40 PM, Joe Van Dyk wrote: > Is there a way to always use integrate_views for all controller specs? > I hate having to remember to insert that line into each one. # rspec-rails-1 Spec::Runner.configure do |c| c.integrate_views end # rspec-rails-2 # Doc'd on http://relish

[rspec-users] Using integrate_views for all controller specs

2011-01-17 Thread Joe Van Dyk
Is there a way to always use integrate_views for all controller specs? I hate having to remember to insert that line into each one. Thanks, Joe ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users