Sha256: 48f0f5d9494c7ee43af737ec9f8f914e44bb4bbf809f90580d087ca8c408753f
Contents?: true
Size: 733 Bytes
Versions: 15
Compression:
Stored size: 733 Bytes
Contents
Story: Test::Unit::TestCase extended by rspec with should methods As an RSpec adopter with existing Test::Unit tests I want to use should_* methods in a Test::Unit::TestCase So that I use RSpec with classes and methods that look more like RSpec examples Scenario: Run with ruby Given the file ../../resources/test/test_case_with_should_methods.rb When I run it with the ruby interpreter Then the exit code should be 256 And the stdout should match "5 examples, 3 failures" Scenario: Run with spec Given the file ../../resources/test/test_case_with_should_methods.rb When I run it with the spec command Then the exit code should be 256 And the stdout should match "5 examples, 3 failures"
Version data entries
15 entries across 15 versions & 4 rubygems