On Fri, Jan 2, 2009 at 9:11 PM, David Chelimsky <[email protected]>wrote:
> On Fri, Jan 2, 2009 at 2:04 PM, aidy lewis <[email protected]> > wrote: > > Hi Aslak, > > > > 2009/1/2 aslak hellesoy <[email protected]>: > > > >> Did you require 'spec' in your support/env.rb file? > > > > Is it now a standard to put the env.rb in the 'support' folder? Mine > > is in the 'steps' folder? > You can keep it wherever you want, but a recent new feature is that ruby files in the support dir get loaded before any other dir. This is needed in some cases. See History.txt on GitHub. > > That's the direction, yes. > > features/step_definitions #for step definitions > features/support #for everything else > > > > > > > Regards > > > > Aidy > > _______________________________________________ > > rspec-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
