Re: [rspec-users] cucumber and fixtures

2008-10-09 Thread Daniel Higginbotham
Pat Maddox wrote: > Daniel Higginbotham <[EMAIL PROTECTED]> writes: > >>> ActiveRecord::Schema.verbose = false >>> { :name => "blah", :id => 1 }, >> >> end >> end >> >> Are you similarly able to load your

Re: [rspec-users] cucumber and fixtures

2008-10-08 Thread Daniel Higginbotham
x27;d actually like to be able to use the fixtures in spec/fixtures , just as I can for plain old specs. With specs, you can define which fixtures to use in each "describe" block, using something like describe TodoList do fixtures :todo_lists, :todos, :users it "should return an

Re: [rspec-users] cucumber and fixtures

2008-10-08 Thread Daniel Higginbotham
aslak hellesoy wrote: > On Wed, Oct 8, 2008 at 3:16 PM, Daniel Higginbotham > <[EMAIL PROTECTED]> wrote: >> Is it possible to use spec fixtures with Cucumber, and if so, how? >> > > Google for cucumber fixtures > > http://www.ruby-forum.com/topic/165215 >

[rspec-users] cucumber and fixtures

2008-10-08 Thread Daniel Higginbotham
Is it possible to use spec fixtures with Cucumber, and if so, how? Thanks, Daniel Higginbotham -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users