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