Guard::CalabashiOS

Guard gem for Calabash-ios.
Guard::CalabashiOS automatically run your cucumber features for iOS.

Installation

$ gem install guard-calabash-ios

Usage

Add support of the calabash to your project as described.
Then go to the Xcode settings and setup Derived Data as Relative.

Xcode locations.

When you're done, run following commands from project directory

$ guard init calabash-ios
$ guard

Guard options

all_on_start - run all specs at first start, by default *true*
device - iphone or ipad, by default *:iphone*