Skip to content

guard-motion-frank will automatically run your Frank Cucumber features for iOS when using RubyMotion and the motion-frank gem

License

Notifications You must be signed in to change notification settings

wink/guard-motion-frank

Repository files navigation

guard-motion-frank

Guard gem for motion-frank.
guard-motion-frank will automatically run your frank-cucumber features for iOS when using RubyMotion and the motion-frank gem.

Installation

$ gem install motion-frank
$ gem install guard-motion-frank

or install with Bundler by adding these lines to your Gemfile:

gem 'motion-frank'
gem 'guard-motion-frank'

then run:

$ bundle install

Lastly, you need to add the following line to your Rakefile in order to enable the included rake tasks.

require 'guard/motion-frank/task'

Usage

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

$ guard init motion-frank
$ guard  

Guard options

No options supported yet.

About

guard-motion-frank will automatically run your Frank Cucumber features for iOS when using RubyMotion and the motion-frank gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages