Below every page in the browser i get: "Loaded suite dispatch.cgi Started Finished in 0.000225 seconds. 0 tests, 0 assertions, 0 failures, 0 errors" I''m not sure if i changed something or someone else did it, but now i don''t know how to get rid of it. It has something to do with testing, right? How to switch it off? -- Posted via ruby-forum.com.
szymek wrote:> Below every page in the browser i get: > > "Loaded suite dispatch.cgi Started Finished in 0.000225 seconds. 0 > tests, 0 assertions, 0 failures, 0 errors" > > I''m not sure if i changed something or someone else did it, but now i > don''t know how to get rid of it. It has something to do with testing, > right? How to switch it off? >Let me guess, you use file_column? If so, comment out the require test_case or so in init.rb of the plugin. Jonathan -- Jonathan Weiss blog.innerewut.de
How did you know? :) Thanks!!! -- Posted via ruby-forum.com.
Jonathan Weiss wrote:> szymek wrote: >> Below every page in the browser i get: >> >> "Loaded suite dispatch.cgi Started Finished in 0.000225 seconds. 0 >> tests, 0 assertions, 0 failures, 0 errors" >> >> I''m not sure if i changed something or someone else did it, but now i >> don''t know how to get rid of it. It has something to do with testing, >> right? How to switch it off? >> > > Let me guess, you use file_column? If so, comment out the require > test_case or so in init.rb of the plugin. > > JonathanLifesaver! -- Posted via 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 groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---