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