Sha256: adaca6340a56827dac2e1c0ab21bd522ee835fdd657002bdc3a874692b97d4e4

Contents?: true

Size: 396 Bytes

Versions: 6

Compression:

Stored size: 396 Bytes

Contents

Feature: Cucumber Stubs Don't Leak
  In order to not explode from frustration
  a developer
  does not want rspec stubs to leak between cucumber scenarios

  Scenario: Create a stub
    When I stub "nap" on "Time" to "When I Get Cranky"
    Then calling "nap" on "Time" should return "When I Get Cranky"

  Scenario: Check to see if the stub leaked
    Then "nap" should not be defined on "Time"

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
rspec-instructure-1.3.3 features/interop/cucumber_stubs_dont_leak.feature
radiant-1.0.0 ruby-debug/ruby/1.8/gems/rspec-1.3.2/features/interop/cucumber_stubs_dont_leak.feature
rspec-1.3.2 features/interop/cucumber_stubs_dont_leak.feature
rspec-1.3.1 features/interop/cucumber_stubs_dont_leak.feature
rspec-1.3.1.rc features/interop/cucumber_stubs_dont_leak.feature
rspec-1.3.0 features/interop/cucumber_stubs_dont_leak.feature