features/development.feature in newgem-1.0.7 vs features/development.feature in newgem-1.1.0
- old
+ new
@@ -7,7 +7,7 @@
Scenario: Generate RubyGem
Given this project is active project folder
And 'pkg' folder is deleted
When task 'rake gem' is invoked
Then folder 'pkg' is created
- And file with name matching 'pkg/*.gem' is created else you should run "rake manifest:refresh" to fix this
+ And file with name matching 'pkg/*.gem' is created else you should run "rake manifest" to fix this
And gem spec key 'rdoc_options' contains /--mainREADME.rdoc/