public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
removed comment
tsaleh (author)
Thu Jun 26 13:48:00 -0700 2008
commit  4697934dbdedf932f6e2e5bd99117d2ec2059b1b
tree    bced6756a077153a22f822d8eda121eb908cc31a
parent  474f099fcadfb9f1b7d4a7c8d449697376906fcf
...
104
105
106
107
108
109
110
...
104
105
106
 
107
108
109
0
@@ -104,7 +104,6 @@ class ContextTest < Test::Unit::TestCase # :nodoc:
0
   should "pass without a block, as that causes it to piggyback to should_eventually"
0
   
0
   context "context for testing should piggybacking" do
0
- # I do not think this works inside a context
0
     should "call should_eventually as we are not passing a block"
0
   end
0
 end

Comments

    No one has commented yet.