Make the second step pass by looking for the *right* content on the page

This commit is contained in:
R. Tyler Croy 2012-04-11 12:04:25 -07:00
parent 60876a11f0
commit 73103f97d8
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ Then /^I should be elated with results$/ do
# reasonable elation for the user.
#
# This is really just a trite example
page.should have_content('THIS TEST DOES NOT EXIST')
page.should have_content('Download Jenkins')
end