Skip to content

Commit

Permalink
Merge pull request #465 from calabash/feature/instructions-for-not-im…
Browse files Browse the repository at this point in the history
…porting-predefined-steps

WIP instructions how _not_ to import predefined steps
  • Loading branch information
jmoody committed Aug 19, 2014
2 parents 3699f2e + e1ca70d commit 2df4dbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions calabash-cucumber/features-skeleton/support/env.rb
@@ -1 +1,7 @@
# Requiring this file will import Calabash and the Calabash predefined Steps.
require 'calabash-cucumber/cucumber'

# To use Calabash without the predefined Calabash Steps, uncomment these
# two lines and delete the require above.
# require 'calabash-cucumber/wait_helpers'
# require 'calabash-cucumber/operations'

0 comments on commit 2df4dbc

Please sign in to comment.