Sha256: 77648af55752ad8f854fd7d797258c90cb2f34d1d0d60bf2d3fa32bcc1628a12

Contents?: true

Size: 657 Bytes

Versions: 12

Compression:

Stored size: 657 Bytes

Contents

Feature: integrate with test-unit

  Background:
    Given I have a project with clearance and the following gems:
      | gem                |
      | factory_girl_rails |
      | cucumber-rails     |

  Scenario: generate a Rails app, run the generators, and run the tests
    When I install dependencies
    And I successfully run `bundle exec rails generate clearance:install`
    And I successfully run `bundle exec rake db:migrate`
    And I successfully run `bundle exec rails generate controller posts index`
    And I configure test-unit
    And I successfully run `bundle exec rake`
    Then the output should match /1 (tests|runs).+1 assertions/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
clearance-1.7.0 features/integration_with_test_unit.feature
clearance-1.6.1 features/integration_with_test_unit.feature
clearance-1.6.0 features/integration_with_test_unit.feature
clearance-1.5.1 features/integration_with_test_unit.feature
clearance-1.5.0 features/integration_with_test_unit.feature
clearance-1.4.3 features/integration_with_test_unit.feature
clearance-1.4.2 features/integration_with_test_unit.feature
clearance-1.4.1 features/integration_with_test_unit.feature
clearance-1.4.0 features/integration_with_test_unit.feature
clearance-1.3.0 features/integration_with_test_unit.feature
clearance-1.2.1 features/integration_with_test_unit.feature
clearance-1.2.0 features/integration_with_test_unit.feature