Sha256: 616f40552474e4b7e676a142044fba5a10eb17ddfea768d59cc59f63b362709c
Contents?: true
Size: 580 Bytes
Versions: 3
Compression:
Stored size: 580 Bytes
Contents
Feature: Starting a new project As a developer, I want to install iCuke so I can use it. Scenario: Starting a new project using bundler Given I am in a sandbox directory And I copy "$CURRENT_REPO/app" to "." recursively And I have a file named "Gemfile" containing """ source "http://rubygems.org" gem "iCuke", :git => "$CURRENT_REPO", :ref => "$CURRENT_REF" gem "rake" """ And I run "bundle install --path=./path" And I run "bundle exec icuke ." When I run "bundle exec cucumber" Then everything should be hoopy
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iCuke-0.6.6 | features/starting_project.feature |
iCuke-0.6.5 | features/starting_project.feature |
iCuke-0.6.4 | features/starting_project.feature |