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