features/development.feature in hudson-0.3.1 vs features/development.feature in hudson-0.5.0

- old
+ new

@@ -5,10 +5,10 @@ So that I can spend time on the tests and code, and not excessive time on maintenance processes Scenario: Generate RubyGem Given this project is active project folder When I invoke task "rake clean" so that I start with nothing - And I invoke task "rake gem" - Then file with name matching "hudson-*.gem" is created + And I invoke task "rake build" + Then file with name matching "pkg/hudson-*.gem" is created And file with name matching "hudson.gemspec" is created And the file "hudson.gemspec" is a valid gemspec