diff --git a/features/step_definitions/demo_steps.rb b/features/step_definitions/demo_steps.rb index a170ff5..396497c 100644 --- a/features/step_definitions/demo_steps.rb +++ b/features/step_definitions/demo_steps.rb @@ -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