Sha256: 3bdb06c00cba180b05b2f7e405353a5059db9789fdae6cf24c919fc8de883b72

Contents?: true

Size: 582 Bytes

Versions: 11

Compression:

Stored size: 582 Bytes

Contents

Feature: Rake works in the suspended project

  Scenario: Running rake in the suspended project
    When I drop and create the required databases
    And I run the rake task "db:create"
    And I run the rake task "db:migrate"
    And I run the rake task "cucumber"
    Then I see a successful response in the shell

  Scenario: Making a spec then running rake
    When I drop and create the required databases
    And I generate "model post title:string"
    And I run the rake task "db:migrate"
    And I run the rake task "spec"
    Then I see a successful response in the shell

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
suspenders-0.2.3 features/rake_clean.feature
suspenders-0.2.2 features/rake_clean.feature
suspenders-0.2.1 features/rake_clean.feature
suspenders-0.2.0 features/rake_clean.feature
suspenders-0.1.0.beta.7 features/rake_clean.feature
suspenders-0.1.0.beta.6 features/rake_clean.feature
suspenders-0.1.0.beta.5 features/rake_clean.feature
suspenders-0.1.0.beta.4 features/rake_clean.feature
suspenders-0.1.0.beta.3 features/rake_clean.feature
suspenders-0.1.0.beta.2 features/rake_clean.feature
suspenders-0.1.0.beta.1 features/rake_clean.feature