Sha256: 81d96f72bda70227bebb5d25307e44529b321dccb6ea9e59ed816fd37aced8bd
Contents?: true
Size: 948 Bytes
Versions: 4
Compression:
Stored size: 948 Bytes
Contents
@disable-bundler Feature: Generate new bear app In order to start a new project with bear As a CLI I want to generate a rails3 app with bear Scenario: Run bear new my_app When I run "bear new my_app" Then the output should contain "Building authentication" And the output should contain "Building admin" And the output should contain "Bear says RAWR!!!" Scenario: Run bear new my_app --no-auth When I run "bear new my_app --no-auth" Then the output should not contain "Building authentication" And the output should not contain "Building admin" And the output should contain "Bear says RAWR!!!" Scenario: Run bear new my_app --no-admin When I run "bear new my_app --no-admin" Then the output should contain "Building authentication" And the output should contain "Building roles" And the output should not contain "Building admin" And the output should contain "Bear says RAWR!!!"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bear-0.0.4 | features/new.feature |
bear-0.0.3 | features/new.feature |
bear-0.0.2 | features/new.feature |
bear-0.0.1 | features/new.feature |