Sha256: 4cbdce37e3791aa4d08638debf74ab0d6cfc35937eb08dab1d035c63244239e9
Contents?: true
Size: 674 Bytes
Versions: 5
Compression:
Stored size: 674 Bytes
Contents
Feature: Rake works in the suspended project Scenario: Running rake in the suspended project 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 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
5 entries across 5 versions & 1 rubygems