Sha256: 3bdb06c00cba180b05b2f7e405353a5059db9789fdae6cf24c919fc8de883b72
Contents?: true
Size: 582 Bytes
Versions: 11
Compression:
Stored size: 582 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 "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 "spec" Then I see a successful response in the shell
Version data entries
11 entries across 11 versions & 1 rubygems