Sha256: bdbe759347802c24cfef9595b86282102ad54430bb21cbcb0e219adb7052c9d4

Contents?: true

Size: 732 Bytes

Versions: 13

Compression:

Stored size: 732 Bytes

Contents

Story: Test::Unit::TestCase extended by rspec with should methods

  As an RSpec adopter with existing Test::Unit tests
  I want to use should_* methods in a Test::Unit::TestCase
  So that I use RSpec with classes and methods that look more like RSpec examples

  Scenario: Run with ruby
    Given the file ../../resources/test/test_case_with_should_methods.rb
    When I run it with the ruby interpreter
    Then the exit code should be 256
    And the stdout should match "5 examples, 3 failures"

  Scenario: Run with spec
    Given the file ../../resources/test/test_case_with_should_methods.rb
    When I run it with the spec script
    Then the exit code should be 256
    And the stdout should match "5 examples, 3 failures"

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
dchelimsky-rspec-1.1.11.2 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.11.3 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.11.4 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.11.5 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.11.6 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.11.7 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.12 features/interop/test_case_with_should_methods.feature
rspec-1.1.12 features/interop/test_case_with_should_methods.feature
spree-0.6.0 vendor/plugins/rspec/features/interop/test_case_with_should_methods.feature
spree-0.7.0 vendor/plugins/rspec/features/interop/test_case_with_should_methods.feature
spree-0.7.1 vendor/plugins/rspec/features/interop/test_case_with_should_methods.feature
spree-0.8.0 vendor/plugins/rspec/features/interop/test_case_with_should_methods.feature
spree-0.8.1 vendor/plugins/rspec/features/interop/test_case_with_should_methods.feature