Sha256: 9e9696f1e27cf5d511aade6f36b0dce0457cc7b11e5c6f4ed4ec30c602ff3b53
Contents?: true
Size: 784 Bytes
Versions: 2
Compression:
Stored size: 784 Bytes
Contents
Feature: Test In order to run tests As a developer I want shoe to give me a rake task Scenario: Running rake --tasks in a shoe project without tests Given I have run shoe --no-test-unit my_project inside "." And I have run git init inside "my_project" When I run rake --tasks inside "my_project" Then I should not see "rake test" on standard out Scenario: Running rake --tasks in a shoe project with tests Given I have run shoe --no-test-unit my_project inside "." And I have run git init inside "my_project" And I have created a directory called "my_project/test" And I have created a file called "my_project/test/foo_test.rb" containing "" When I run rake --tasks inside "my_project" Then I should see "rake test" on standard out
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoe-0.6.1 | features/test.feature |
shoe-0.6.0 | features/test.feature |