Sha256: 5dee432c2e55d14236753fe3811f97fc813f8fb9df77e5f5344e152e70b47cb5

Contents?: true

Size: 832 Bytes

Versions: 13

Compression:

Stored size: 832 Bytes

Contents

@disable-bundler
Feature: Rake works in the suspended project

  Scenario: Running rake in the suspended project
    When I suspend a project called "test_project"
    And I cd to the "test_project" root
    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 "db:test:prepare"
    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 suspend a project called "test_project"
    And I generate "model post title:string"
    And I run the rake task "db:migrate"
    And I run the rake task "db:test:prepare"
    And I run the rake task "spec"
    Then I see a successful response in the shell

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
suspenders-1.1.4 features/rake_clean.feature
suspenders-1.1.3 features/rake_clean.feature
suspenders-1.1.2 features/rake_clean.feature
suspenders-1.1.1 features/rake_clean.feature
suspenders-1.1.0 features/rake_clean.feature
suspenders-1.0.1 features/rake_clean.feature
suspenders-1.0.0 features/rake_clean.feature
laces-0.1.0 features/rake_clean.feature
suspenders-0.3.6 features/rake_clean.feature
suspenders-0.3.5 features/rake_clean.feature
suspenders-0.3.4 features/rake_clean.feature
suspenders-0.3.2 features/rake_clean.feature
suspenders-0.3.1 features/rake_clean.feature