Sha256: 5b969e5897c5965c8b346bae9e7792d279db9b5aa507cb918aacdb7a38d65985

Contents?: true

Size: 536 Bytes

Versions: 21

Compression:

Stored size: 536 Bytes

Contents

@disable-bundler
Feature: Rake works in the suspended project
  Background:
    Given I ensure no databases exist for "test_project"

  Scenario: Running rake in the suspended project
    When I suspend a project called "test_project"
    And I cd to the "test_project" root
    Then I can cleanly rake the project

  Scenario: Making a spec then running rake
    When I suspend a project called "test_project"
    And I cd to the "test_project" root
    And I generate "model post title:string"
    Then I can cleanly rake the project

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
suspenders-1.6.0 features/rake_clean.feature
railslove-suspenders-0.1.3 features/rake_clean.feature
railslove-suspenders-0.1.2 features/rake_clean.feature
railslove-suspenders-0.1.1 features/rake_clean.feature
suspenders-1.5.1 features/rake_clean.feature
suspenders-1.5.0 features/rake_clean.feature
welaika-suspenders-1.4.0 features/rake_clean.feature
suspenders-1.4.0 features/rake_clean.feature
railslove-suspenders-0.1.0 features/rake_clean.feature
welaika-suspenders-1.2.10 features/rake_clean.feature
suspenders-1.3.0 features/rake_clean.feature
welaika-suspenders-1.2.9 features/rake_clean.feature
welaika-suspenders-1.2.8 features/rake_clean.feature
welaika-suspenders-1.2.7 features/rake_clean.feature
welaika-suspenders-1.2.6 features/rake_clean.feature
welaika-suspenders-1.2.5 features/rake_clean.feature
welaika-suspenders-1.2.4 features/rake_clean.feature
welaika-suspenders-1.2.3 features/rake_clean.feature
suspenders-1.2.2 features/rake_clean.feature
suspenders-1.2.1 features/rake_clean.feature