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

Version Path
dchelimsky-rspec-1.1.99.1 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.13 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.2 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.3 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.4 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.5 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.6 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.7 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.8 features/interop/test_case_with_should_methods.feature
dchelimsky-rspec-1.1.99.9 features/interop/test_case_with_should_methods.feature
newbamboo-evented-rspec-1.1.12 features/interop/test_case_with_should_methods.feature
newbamboo-rspec-1.1.12 features/interop/test_case_with_should_methods.feature
rspec-1.2.2 features/interop/test_case_with_should_methods.feature
rspec-1.2.0 features/interop/test_case_with_should_methods.feature
rspec-1.2.1 features/interop/test_case_with_should_methods.feature