search for: register_exit_hook

Displaying 5 results from an estimated 5 matches for "register_exit_hook".

2007 Sep 14
2
Mocks in StoryRunner
.../../vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `each'' /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `run_stories'' /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/runner.rb:36:in `register_exit_hook'' stories/use_case_story.rb:29
2007 Nov 15
2
Story adapter and SQLite Was:What command to run all stories?
...r/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in > `each'' > from /home/edh/story/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in > `run_stories'' > from /home/edh/story/vendor/plugins/rspec/lib/spec/story/runner.rb:41:in > `register_exit_hook'' > from stories/additions/addition.rb:3 > This last part is happening in the at_exit part of Test:Unit > > Also, I don''t understand why the scenario''s are pending. > > Thanks > Ed > > > > -- > Ed Howland > http://greenprogram...
2007 Nov 15
5
What command to run all stories?
...rom /home/edh/story/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `each'' from /home/edh/story/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `run_stories'' from /home/edh/story/vendor/plugins/rspec/lib/spec/story/runner.rb:41:in `register_exit_hook'' from stories/additions/addition.rb:3 This last part is happening in the at_exit part of Test:Unit Also, I don''t understand why the scenario''s are pending. Thanks Ed -- Ed Howland http://greenprogrammer.blogspot.com "The information transmitted is inten...
2007 Sep 19
1
Strange error in StoryRunner (was: Mocks in StoryRunner)
...ry_runner.rb:39:in > > `each'' > > /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in > > `run_stories'' > > /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/runner.rb:36:in > > `register_exit_hook'' > > stories/use_case_story.rb:29 > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > No, you shouldn''t be calling...
2007 Oct 16
6
RailsStory runner - empty response
...c/lib/spec/story/runner/story_runner.rb:39:in `each'' /Users/alvin/workspace/rspec-stories/config/../vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb:39:in `run_stories'' /Users/alvin/workspace/rspec-stories/config/../vendor/plugins/rspec/lib/spec/story/runner.rb:38:in `register_exit_hook'' stories/all.rb:2 Finished in 0.012466 seconds 0 examples, 0 failures I was expecting to see the default rails index page in the response. Where am I going wrong? Thanks, Alvin.