test/features/step_definitions/setup_steps.rb in setup-5.0.0 vs test/features/step_definitions/setup_steps.rb in setup-5.0.1
- old
+ new
@@ -18,10 +18,10 @@
exts = Dir['ext/faux/faux.so']
exts.assert!.empty?
end
Then /^I will be told that I must first run 'setup\.rb config'$/ do
- $setup_feature_error.message.assert == "must setup config first"
+ $setup_feature_error.message.assert == "must run \'setup config\' first"
end
Then /^the extensions will not be compiled$/ do
exts = Dir['ext/faux/faux.so']
exts.assert.empty?