Sha256: 54a770724e2bb7518968274520830946c7374c2c4c4d6671f5a0d062a20ea870

Contents?: true

Size: 571 Bytes

Versions: 15

Compression:

Stored size: 571 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 ../../resources/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 ../../resources/test/spec_including_test_but_not_unit.rb
    When I run it with the spec command
    Then the stderr should not match "Test::Unit"

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
dchelimsky-rspec-1.1.99.1 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.13 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.2 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.3 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.4 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.5 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.6 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.7 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.8 features/interop/test_but_not_test_unit.feature
dchelimsky-rspec-1.1.99.9 features/interop/test_but_not_test_unit.feature
newbamboo-evented-rspec-1.1.12 features/interop/test_but_not_test_unit.feature
newbamboo-rspec-1.1.12 features/interop/test_but_not_test_unit.feature
rspec-1.2.2 features/interop/test_but_not_test_unit.feature
rspec-1.2.1 features/interop/test_but_not_test_unit.feature
rspec-1.2.0 features/interop/test_but_not_test_unit.feature