Hello, I don''t know why autotest aint outputting any failed or success message to the screen? C:\Instantrails\rails_apps\testerne>autotest loading autotest/rails_rspec C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts spec/controllers /user_controller_spec.rb spec/models/user_spec.rb spec/helpers/user_helper_spec. rb C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts spec/controllers /user_controller_spec.rb C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts spec/controllers /user_controller_spec.rb Everytime I save the file it output C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts spec/controllers /user_controller_spec.rb Can someone tell me whats wrong?? ...and thanks for help :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 10/7/07, Jamal Soueidan <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hello, > > I don''t know why autotest aint outputting any failed or success message > to the screen? > > C:\Instantrails\rails_apps\testerne>autotest > loading autotest/rails_rspec > C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts > spec/controllers > /user_controller_spec.rb spec/models/user_spec.rb > spec/helpers/user_helper_spec. > rb > C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts > spec/controllers > /user_controller_spec.rb > C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts > spec/controllers > /user_controller_spec.rb > > > > > > Everytime I save the file it output > > C:\Instantrails\ruby\bin\ruby -S script/spec -O spec/spec.opts > spec/controllers > /user_controller_spec.rb > > Can someone tell me whats wrong?? > > ...and thanks for help :)autotest/rails_rspec looks for specs in spec/models, spec/views, spec/controllers and spec/helpers. Is that where your specs are?> -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Chelimsky wrote:> On 10/7/07, Jamal Soueidan <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> /user_controller_spec.rb spec/models/user_spec.rb >> >> ...and thanks for help :) > autotest/rails_rspec looks for specs in spec/models, spec/views, > spec/controllers and spec/helpers. Is that where your specs are?It works now, I just don''t get any colour output in my console command (windows=>cmd) This is my spec.opts file --colour --format progress --loadby mtime --reverse --drb and this is my autotest file require ''autotest/redgreen'' require ''win32console'' require ''autotest/timestamp'' -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---