Re: [rspec-users] [Rspec] How do you nest before(:all) or after(:all) blocks?

2013-10-24 Thread David Chelimsky
The lighthouse tracker was shut down years ago, sorry. But you can learn about what works and what doesn't re: nested before/after hooks from https://www.relishapp.com/rspec/rspec-core/docs/hooks and http://rubydoc.info/gems/rspec-core/RSpec/Core/Hooks. Feel free to ask any specific questions here

Re: [rspec-users] [Rspec] How do you nest before(:all) or after(:all) blocks?

2013-10-24 Thread Dhananjay V.
> http://rspec.lighthouseapp.com/projects/5645/tickets/632 something i wish i could get additional information from other users?? I could not see the status of the ticket as it was restricted..Any updates with regards to the use of the global variable objects in the same script call before test

Re: [rspec-users] [Rspec] How do you nest before(:all) or after(:all) blocks?

2013-10-24 Thread Dhananjay V.
David Chelimsky wrote in post #777566: > On Wed, Feb 4, 2009 at 3:07 AM, John Kolokotronis > wrote: >> describe "This is a set of tests: " do >>end >> >> - this should only appear once >> - test 1 >> - this should only appear once >> - test 2 >> >> So my question is, how can you add before