Sha256: 434829ac536c552ba7c4e93d722d2b6ea7beb11b8b11c6621ae863220854da08

Contents?: true

Size: 570 Bytes

Versions: 13

Compression:

Stored size: 570 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 script
    Then the stderr should not match "Test::Unit"

Version data entries

13 entries across 13 versions & 3 rubygems

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