Skip to content

Commit

Permalink
Implement the last two steps of the "Viewing a recipe with non-active…
Browse files Browse the repository at this point in the history
… prep time" scenario.
  • Loading branch information
eee-c committed Apr 2, 2009
1 parent 360324b commit c544c90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion features/step_definitions/recipe_details.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@
end

Then /^I should see 15 minutes of prep time$/ do
pending
response.should contain("Preparation Time: 15 minutes")
end

Then /^I should see that it requires 5 hours of non\-active cook time$/ do
response.should contain("Inactive Time: 5 hours")
end

0 comments on commit c544c90

Please sign in to comment.