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