public
Description: Textmate bundle for RSpec.
Clone URL: git://github.com/dchelimsky/rspec-tmbundle.git
removed accidental puts
dchelimsky (author)
Thu Mar 27 19:00:00 -0700 2008
commit  23b532c15c3c1e6092c036e9beed5a9992b13296
tree    f32aabe5bcb189961b611927ea42076b31623bdb
parent  438bad354b85e3f26fe194ae19e3b0aef470b627
...
45
46
47
48
49
50
51
...
45
46
47
 
48
49
50
0
@@ -45,7 +45,6 @@ module Spec
0
         end
0
         
0
         def register_exit_hook # :nodoc:
0
- puts caller(0)[1]
0
           at_exit do
0
             exit Runner.story_runner.run_stories unless $!
0
           end
...
70
71
72
 
 
 
 
73
74
75
...
70
71
72
73
74
75
76
77
78
79
0
@@ -70,6 +70,10 @@ module Spec
0
           end.should raise_error(NameError, /The first argument to share_as must be a legal name for a constant/)
0
         end
0
         
0
+ it "should reopen an existing module if already created" do
0
+
0
+ end
0
+
0
       end
0
     end
0
   end

Comments

    No one has commented yet.