Where does it come from?

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?

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

How did you know? :slight_smile:

Thanks!!!

thanks so much :slight_smile:

Jonathan W. 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.

Jonathan

Jonathan W. 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.

Jonathan

Lifesaver!