Sha256: 87078f00f487fa05fddba3402c95bfc0c0008683a880d69f415995d799414148
Contents?: true
Size: 680 Bytes
Versions: 60
Compression:
Stored size: 680 Bytes
Contents
Story: 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 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 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
60 entries across 60 versions & 10 rubygems