Sha256: b13ec24ab3073842e1ee353f2b92c7f7785c2c2397b56a981e984a6d21718f07

Contents?: true

Size: 895 Bytes

Versions: 8

Compression:

Stored size: 895 Bytes

Contents

calasmash
=========

A hacky gem to compile a calabash ios target, set some settings bundle values then run cucumber tests

## Installation

Add this line to your application's Gemfile:

    gem 'calasmash'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install calasmash

## Usage

Simply run the command below and pass valid options, workspace and scheme are required. 

    calasmash

### Options

    -t, --tags TAGS                  the cucumber tags to test against
    -w, --workspace WORKSPACE        the workspace to build
    -s, --scheme SCHEME              the scheme to build
    -h, --help                       help

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
calasmash-0.0.10 README.md
calasmash-0.0.9 README.md
calasmash-0.0.8 README.md
calasmash-0.0.7 README.md
calasmash-0.0.6 README.md
calasmash-0.0.5 README.md
calasmash-0.0.4 README.md
calasmash-0.0.3 README.md