Sha256: bbc3cfd4e4e125c5c0ad7e15059937bf2161c447051bc7c6046c0bba6554c5a1
Contents?: true
Size: 662 Bytes
Versions: 9
Compression:
Stored size: 662 Bytes
Contents
Feature: Generate skellington Scenario: get some feedback When I successfully run `skellington generate dummy_app` Then the output should contain "Generating dummy_app/Gemfile" And the output should contain "bundle" And the output should contain: """ Your new Sinatra app DummyApp has been created Now do cd dummy_app bundle rake And presuming that passes OK git add . git commit -m 'First commit' You can run the app with rackup """ Scenario: get the version When I successfully run `skellington -v` Then the output should contain "skellington version"
Version data entries
9 entries across 9 versions & 1 rubygems