Sha256: 9ec9305d6081f9412e21dde8d4a9f77cbbd5cd11c87917aa08012cc61e29ec57

Contents?: true

Size: 609 Bytes

Versions: 10

Compression:

Stored size: 609 Bytes

Contents

Feature: rake support
  In order to do technical coordination
  As a console user
  I want use rake tasks

  Scenario: View list of rake commands
    When I run `rake -T`
    And the output should contain rake command "default" with description "Run Cucumber & RSpec to generate aggregated coverage"
    And the output should contain rake command "cucumber" with description "Run Cucumber features"
    And the output should contain rake command "rspec" with description "Run RSpec code examples"
    And the output should contain rake command "seed" with description "Creates bunch of test data in database"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
techcor-0.0.10 features/rake.feature
techcor-0.0.9 features/rake.feature
techcor-0.0.8 features/rake.feature
techcor-0.0.7 features/rake.feature
techcor-0.0.6 features/rake.feature
techcor-0.0.5 features/rake.feature
techcor-0.0.4 features/rake.feature
techcor-0.0.3 features/rake.feature
techcor-0.0.2 features/rake.feature
techcor-0.0.1 features/rake.feature