search for: minimumdata

Displaying 1 result from an estimated 1 matches for "minimumdata".

2010 Jul 08
3
my web app seed data and cucumber
...ace an Order" 10 When I select the customer 11 And I select the SSLine 12 And I click "Use Common Legs" 13 Then I should see "PICKUP AT" 14 And I should see "DELIVER TO" or "LOAD AT" 15 And I should see EMPTY RETURN 1 Before do 2 MinimumData.new(''costi'', ''1234'').populate 3 end My hooks.rb looks like this: 1 Before do 2 MinimumData.new(''costi'', ''1234'').populate #username and password 3 end I have three questions: 1. I don''t want to run this Mi...