Sha256: 7635c21f03677c37f11db8f58861e9884ec2b6e368ba9b6986c8dc62a2641673

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

Feature: Automatically generated testing setup
  In order to test functions in the application
  A user should be able to
  run all tests with rake

  Scenario: generate model and insert two rows
    Given a working directory
    When I use the gigantron command to generate a project named "foo"
    And I configure an sqlite3 database named "db"
    Then calling the rake "test" task should not produce an error

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
michaelbarton-gigantron-0.1.4 features/testing.feature