Sha256: b08611ad07855265d17272c98ac6df2457812af1188ea45c6bd2afb72b4bfb03

Contents?: true

Size: 700 Bytes

Versions: 54

Compression:

Stored size: 700 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 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 test/test_case_with_should_methods.rb
    When I run it with the spec script
    Then the exit code should be 256
    And the stdout should match "5 examples, 3 failures"

Version data entries

54 entries across 54 versions & 10 rubygems

Version Path
dchelimsky-rspec-1.1.10 stories/interop/test_case_with_should_methods
dchelimsky-rspec-1.1.11.1 stories/interop/test_case_with_should_methods
dchelimsky-rspec-1.1.11 stories/interop/test_case_with_should_methods
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/interop/test_case_with_should_methods
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/interop/test_case_with_should_methods
jnstq-acts_as_sms-0.1.3 test/vendor/plugins/rspec/stories/interop/test_case_with_should_methods
jnstq-acts_as_sms-0.1.4 test/vendor/plugins/rspec/stories/interop/test_case_with_should_methods
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
mack-0.8.2 lib/gems/rspec-1.1.11/stories/interop/test_case_with_should_methods
picolena-0.0.99 app_generators/picolena/templates/vendor/plugins/rspec/stories/interop/test_case_with_should_methods
picolena-0.1.1 rails_plugins/rspec/stories/interop/test_case_with_should_methods
picolena-0.1.0 rails_plugins/rspec/stories/interop/test_case_with_should_methods
picolena-0.1.4 rails_plugins/rspec/stories/interop/test_case_with_should_methods
picolena-0.1.3 rails_plugins/rspec/stories/interop/test_case_with_should_methods
picolena-0.1.2 rails_plugins/rspec/stories/interop/test_case_with_should_methods