Re: [rspec-users] Migrating cucumber tm_bundle to rspec 2

2011-06-04 Thread Andrew Premdas
On 3 June 2011 15:17, David Chelimsky wrote: > On Jun 3, 2011, at 7:39 AM, Andrew Premdas wrote: > > > Hi there, > > > > I need some help migrating some code in the cucumber textmate bundle so I > can run the specs with rspec2. > > > > The following code lives in support/spec/spec_helper.rb and I

Re: [rspec-users] Migrating cucumber tm_bundle to rspec 2

2011-06-03 Thread David Chelimsky
On Jun 3, 2011, at 7:39 AM, Andrew Premdas wrote: > Hi there, > > I need some help migrating some code in the cucumber textmate bundle so I can > run the specs with rspec2. > > The following code lives in support/spec/spec_helper.rb and I think its > purpose is to load the fixtures. > > modu

[rspec-users] Migrating cucumber tm_bundle to rspec 2

2011-06-03 Thread Andrew Premdas
Hi there, I need some help migrating some code in the cucumber textmate bundle so I can run the specs with rspec2. The following code lives in support/spec/spec_helper.rb and I think its purpose is to load the fixtures. module Spec::Example::ExampleMethods def project_root @project_root ||