Sha256: a20af59f5db27d65c1a29927dcdee71c6da73195e15dbda3f5288d2396ef5fe7

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

Story: Test is defined, but not Test::Unit

  As an RSpec user who has my own library named Test (but not Test::Unit)
  I want to run examples without getting Test::Unit NameErrors

  Scenario: Run with ruby
    Given the file test/spec_including_test_but_not_unit.rb
    When I run it with the ruby interpreter
    Then the stderr should not match "Test::Unit"

  Scenario: Run with spec
    Given the file test/spec_including_test_but_not_unit.rb
    When I run it with the spec script
    Then the stderr should not match "Test::Unit"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dchelimsky-rspec-1.1.11.1 stories/interop/test_but_not_test_unit