Sha256: b623583683073d1cc62687de412cdf3468f25ea365b1f3ff8cf4068c2a91c2cb

Contents?: true

Size: 708 Bytes

Versions: 6

Compression:

Stored size: 708 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 test/test_case_with_should_methods.rb
    When I run it with the ruby interpreter
    Then PENDING the exit code should be 256
    And the stdout should match "5 examples, 3 failures"

  Scenario: Run with spec
    Given the file 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

6 entries across 6 versions & 2 rubygems

Version Path
rspec-1.1.0 stories/interop/test_case_with_should_methods
rspec-1.1.1 stories/interop/test_case_with_should_methods
rspec-1.1.2 stories/interop/test_case_with_should_methods
typo-5.0.1 vendor/plugins/rspec/stories/interop/test_case_with_should_methods
typo-5.0.2 vendor/plugins/rspec/stories/interop/test_case_with_should_methods
typo-5.0 vendor/plugins/rspec/stories/interop/test_case_with_should_methods