Sha256: 1a630c241d74352decb5aca94bba2b2801f524d1e8a57c303d849e3b41d65ea5
Contents?: true
Size: 1.25 KB
Versions: 10
Compression:
Stored size: 1.25 KB
Contents
# Thincloud::Test ## Description Rails testing engine and configuration generator for Thincloud apps. ## Requirements This gem requires Rails 3.2.8+ and has been tested on the following versions: * 3.2.8 This gem has been tested against the following Ruby versions: * 1.9.3 ## Installation Add this line to your application's Gemfile: ``` ruby gem "thincloud-test" ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install thincloud-test ``` ## Usage This engine manages testing dependencies and adds a generator to Rails, `thincloud:test`. Running the generator will run the `minitest-rails` generator and add application configuration files: * Invoke the generator: ``` $ rails generate thincloud:test ``` ## Contributing 1. [Fork it](https://github.com/newleaders/thincloud-test/fork_select) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. [Create a Pull Request](https://github.com/newleaders/thincloud-test/pull/new) ## License * Freely distributable and licensed under the MIT-style license. See LICENSE file for details. * Copyright (c) 2012 New Leaders * https://newleaders.com
Version data entries
10 entries across 10 versions & 1 rubygems