Sha256: ca6cd838577eb47e598e416470b88d5511a7ba3380529b3c6c101edb4a6b4f99
Contents?: true
Size: 519 Bytes
Versions: 3
Compression:
Stored size: 519 Bytes
Contents
Feature: Set up an RSpec environment running under Guard In order to start coding in serenity as a BDD Ruby developer, I need an RSpec set up Background: Given I run `newkata StringCalculator` Scenario: Coding under Guard When I cd to "stringcalculator" And I run `bundle exec guard` interactively And I sleep for 5 seconds And I stop the running process Then the output should contain "1 example, 0 failures, 1 pending" # LocalWords: StringCalculator stringcalculator newkata
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newkata-0.8.6 | features/rspec.feature |
newkata-0.8.5 | features/rspec.feature |
newkata-0.8.3 | features/rspec.feature |