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 ||
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