Sha256: 4ef1b3481cf745abbbda51a24a3f158a78d513cfb1476f560082027939034d0a

Contents?: true

Size: 650 Bytes

Versions: 4

Compression:

Stored size: 650 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.+1 assertions/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clearance-1.1.0 features/integration_with_test_unit.feature
clearance-1.0.1 features/integration_with_test_unit.feature
clearance-1.0.0 features/integration_with_test_unit.feature
clearance-1.0.0.rc8 features/integration_with_test_unit.feature