Re: [rspec-users] RSpec 2 autotest file

2010-08-08 Thread Ashley Moran
On Aug 08, 2010, at 12:00 am, David Chelimsky wrote: > Yes: > http://github.com/rspec/rspec-core/commit/c2e8a3947321e501b84113c1b2b1049df4868f4b Cool, ta :) I'll update my code shortly. Cheers Ash -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashleymoran __

Re: [rspec-users] RSpec 2 autotest file

2010-08-07 Thread David Chelimsky
On Aug 7, 2010, at 4:54 PM, Ashley Moran wrote: > Hi > > I've tried using the autotest file from RSpec 2 (lib/autotest/rspec2.rb) but > I've found a problem with it, that I think is a bug. > > The file contains two sections > > * an Autotest `Autotest.add_hook :initialize` block > * an Autote

[rspec-users] RSpec 2 autotest file

2010-08-07 Thread Ashley Moran
Hi I've tried using the autotest file from RSpec 2 (lib/autotest/rspec2.rb) but I've found a problem with it, that I think is a bug. The file contains two sections * an Autotest `Autotest.add_hook :initialize` block * an Autotest class "Autotest::Rspec2" In one project I'm working on, the code