Sha256: 7e4daedc5d9681757ac4d3fffd97bd13207766e2b13b575e539b203eaa348f8d

Contents?: true

Size: 715 Bytes

Versions: 15

Compression:

Stored size: 715 Bytes

Contents

Feature: Spec::ExampleGroup with should methods

  As an RSpec adopter accustomed to classes and methods
  I want to use should_* methods in an ExampleGroup
  So that I use RSpec with classes and methods that look more like RSpec examples

  Scenario: Run with ruby
    Given the file ../../resources/spec/example_group_with_should_methods.rb
    When I run it with the ruby interpreter
    Then the exit code should be 256
    And the stdout should match "2 examples, 1 failure"

  Scenario: Run with spec
  Given the file ../../resources/spec/example_group_with_should_methods.rb
    When I run it with the spec command
    Then the exit code should be 256
    And the stdout should match "2 examples, 1 failure"

Version data entries

15 entries across 15 versions & 4 rubygems

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