features/deprecated.feature in vendorificator-0.1.1 vs features/deprecated.feature in vendorificator-0.2.0
- old
+ new
@@ -7,11 +7,11 @@
File.open('README', 'w') { |f| f.puts "Hello, World!" }
end
"""
Scenario: `vendorify` command prints a deprecation warning
- When I run "vendorify"
- Then command output includes "DEPRECATED: `vendorify` command is deprecated, run `vendor` instead"
+ When I successfully run `vendorify`
+ Then the output should contain "DEPRECATED"
Scenario: `vendor` command doesn't print a deprecation warning
- When I run "vendor"
- Then command output does not include "DEPRECATED: `vendorify` command is deprecated, run `vendor` instead"
+ When I successfully run `vendor`
+ Then the output should not contain "DEPRECATED"