Sha256: 938b1347532337453b25036c1fe299aab9a566fdb9542e4e91c8252bea591ea8
Contents?: true
Size: 853 Bytes
Versions: 8
Compression:
Stored size: 853 Bytes
Contents
Feature: Sample App In order to get started with Calatrava As a new calatrava user I want a new Calatrava project to contain a working sample app @travis Scenario: Create a sample project When I create an app named "sample" And I cd to "sample" And I run `bundle install` And I run `rake bootstrap` Then the exit status should be 0 @travis Scenario: Sample app kernel When I create an app named "sample" And I cd to "sample" And I run `bundle install` And I run `rake bootstrap` And I run `rake kernel:spec` Then the exit status should be 0 @travis Scenario: Mobile web sample app When I create an app named "sample" And I cd to "sample" And I run `bundle install` And I run `rake bootstrap` And I run `rake web:build` Then the exit status should be 0
Version data entries
8 entries across 8 versions & 1 rubygems