Ben Lisbakken wrote:> I just uploaded a working version of my rails project to my host (OCS
> Solutions). One of the changes included adding a new plugin, File
> Columns. Now, whenever I go to any part of the app, it outputs this:
>
> -------------
> Loaded suite /home/showfly/public_html/showfly2/dispatch.cgi Started
> Finished in 0.000251 seconds. 0 tests, 0 assertions, 0 failures, 0
> errors
> -------------
>
> What happened?
>
> Thanks,
> Ben Lisbakken
Nevermind, just found this:
http://www.railsplayground.com/forum/viewtopic.php?p=1555&sid=4337a87003dd52c4a0a6bdb353e0321f
It''s caused by File Columns. The fix was to put this in
environment.rb:
Test::Unit.run = true
Can anyone give an explanation for this?
-Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.