features/jumpup.feature in pah-0.0.15 vs features/jumpup.feature in pah-0.0.16
- old
+ new
@@ -8,7 +8,17 @@
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:heroku:finish
+ jumpup:finish
+ )
+ """
\ No newline at end of file