Sha256: 7f06240cddb685b5b729fa27b1cc4624dfbf0e4fca54a536ef8611d277e0be6e
Contents?: true
Size: 510 Bytes
Versions: 1
Compression:
Stored size: 510 Bytes
Contents
@disable_bundler Feature: Rake task for generating static pages should be added into rails application Background: Given I successfully run `bundle exec rails new testapp --skip-bundle --skip-sprockets` And I cd to "testapp" And I add "exceptions_app" from this project as a dependency And I successfully run `bundle install` Scenario: Check the existence of rake task When I successfully run `bundle exec rake -T --trace` Then the output should contain "rake gen:static_pages"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exceptions_app-0.0.1 | features/rake_task_integration.feature |