@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