Sha256: 25efa7cd9717136edff98990aff560347805392d0c7d34e4326593b36c83ef7f

Contents?: true

Size: 522 Bytes

Versions: 5

Compression:

Stored size: 522 Bytes

Contents

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

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

  Scenario: Making a test then running rake
    When I bake 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

5 entries across 5 versions & 1 rubygems

Version Path
bakeware-1.2 features/rake_clean.feature
bakeware-1.1.8 features/rake_clean.feature
bakeware-1.1.7 features/rake_clean.feature
bakeware-1.1.6 features/rake_clean.feature
bakeware-1.1.5 features/rake_clean.feature