features/steps/creating_steps.rb in cucumber-nagios-0.8.10 vs features/steps/creating_steps.rb in cucumber-nagios-0.8.11

- old
+ new

@@ -1,8 +1,9 @@ Given /^cucumber\-nagios is installed$/ do When 'I build the gem' And 'I install the latest gem' - Then 'I should have cucumber-nagios-gen on my path' + Then 'I should have "cucumber-nagios-gen" on my path' + And 'I should have "cucumber-nagios" on my path' end When /^I create a new project called "([^\"]*)"$/ do |project_name| @project_name = project_name FileUtils.rm_rf("/tmp/#{@project_name}")