On Wed, Jun 3, 2009 at 1:01 PM, Joe Van Dyk <[email protected]> wrote: > > I really like how: > AUTOFEATURE=true autospec > works on my projects that use rspec and cucumber. > > Can I get that same behavior, but with my tests in the tests directory?
Sure. In fact it should work just fine out of the box: do the same thing, but with 'autotest' instead of 'autospec'. (The check for that environment variable isn't in the autospec script, it's in the discovery file that Cucumber sets up.) -- Have Fun, Steve Eley ([email protected]) ESCAPE POD - The Science Fiction Podcast Magazine http://www.escapepod.org _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
