I saw some code using a block like:

test "describing the test" do
  assert true
end

in unit test code.

But I can't get it to work. Is there any thing to do (requiring a gem)?

This is an alternative way to write

def test_describe_the_test
  assert true
end

right?

I can't find good documentation on how to use this.

--~--~---------~--~----~------------~-------~--~----~
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