Sha256: 226bce7344d402b8c52113c74fdcbee4c014d6c0793275a644e9c9ddafaf90db

Contents?: true

Size: 714 Bytes

Versions: 13

Compression:

Stored size: 714 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 script
    Then the exit code should be 256
    And the stdout should match "2 examples, 1 failure"

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
dchelimsky-rspec-1.1.11.2 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.11.3 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.11.4 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.11.5 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.11.6 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.11.7 features/example_groups/example_group_with_should_methods.feature
dchelimsky-rspec-1.1.12 features/example_groups/example_group_with_should_methods.feature
rspec-1.1.12 features/example_groups/example_group_with_should_methods.feature
spree-0.6.0 vendor/plugins/rspec/features/example_groups/example_group_with_should_methods.feature
spree-0.7.1 vendor/plugins/rspec/features/example_groups/example_group_with_should_methods.feature
spree-0.7.0 vendor/plugins/rspec/features/example_groups/example_group_with_should_methods.feature
spree-0.8.0 vendor/plugins/rspec/features/example_groups/example_group_with_should_methods.feature
spree-0.8.1 vendor/plugins/rspec/features/example_groups/example_group_with_should_methods.feature