I have just encountered a funny situation.  I have a number of
functional and unit cases that are all written with the notation:

def ----

#test case

end

I just created a new model and controller with test cases written in a
similar format.  When I run the test cases, no test are actually run
(i see, "0 tests, 0 assertions, 0 failures, 0 errors").  If I convert
to the format:

test "----" do

end

It works.  All my old test cases work as expected.  As far as I can
tell everything is set up the same way.

Any idea why this might be happening?

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to