@no-clobber Feature: Jumpup Background: Given I have created the app "myapp" with pah Scenario: Have correct files Then I have a lib/tasks/jumpup.rake Then I have a config/initializers/jumpup_heroku.rb Then I have the file config/initializers/jumpup_heroku.rb and contents of this file should include: """ config.app = 'myapp' """ Then I have the file lib/tasks/jumpup.rake and contents of this file should include: """ INTEGRATION_TASKS = %w( jumpup:heroku:start jumpup:start jumpup:bundle_install db:migrate spec jumpup:git:check_last_commit_change jumpup:heroku:finish jumpup:finish ) """