System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 23b532c15c3c1e6092c036e9beed5a9992b13296

removed accidental puts

Commit diff

rspec/lib/spec/story/runner.rb

 
4545 end
4646
4747 def register_exit_hook # :nodoc:
48 puts caller(0)[1]
4948 at_exit do
5049 exit Runner.story_runner.run_stories unless $!
5150 end
toggle raw diff

rspec/spec/spec/extensions/main_spec.rb

 
7070 end.should raise_error(NameError, /The first argument to share_as must be a legal name for a constant/)
7171 end
7272
73 it "should reopen an existing module if already created" do
74
75 end
76
7377 end
7478 end
7579 end
toggle raw diff