On Oct 8, 2008, at 6:26 PM, Wes Gamble wrote:

I'm trying to debug what I suspect is a case where spec_helper.rb is not
being executed.

I put a puts statement inside the Spec::Runner.configure do |config|
block, and I can't ever see the printout.

When does spec_helper.rb get run during rspec operation?


What does your spec_helper.rb contain?

AFAIK, it gets executed before anything else - usually it contains Spec::Runner.configure { .. }

Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to