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