Displaying 1 result from an estimated 1 matches for "contents_controller_spec".
Did you mean:
comments_controller_spec
2008 Jun 04
8
Not running correct specs under autotest:
...rollers/contents_controller.rb", Wed Jun 04 14:11:03 +0100 2008]]
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S
script/spec -O spec/spec.opts spec/models/user_spec.rb
I had saved ''contents_controller.rb'' but it did not decide to re-run
the ''contents_controller_spec.rb'' only ''user_spec.rb'' (which has a
failing spec so is probably held over from the previous runs). If I
ctrl+c to run all specs it runs the controller spec again. If I resave
the controller the change is again detected but the spec is not run.
I''m using Rails 2...