Sha256: 4f229be4600955d53be8d523d066922f3e06bda61d6d4fb67ac8c40c060e1cbc
Contents?: true
Size: 705 Bytes
Versions: 28
Compression:
Stored size: 705 Bytes
Contents
# learn-test Runs RSpec, Jasmine, and Python Unit Test test suites and uploads the results to Learn. ## Installation Install with: ``` $ gem install learn-test ``` Alternatively, add this line to your application's Gemfile: ```ruby gem 'learn-test' ``` And then execute: $ bundle ## Usage From within a directory with an RSpec, Jasmine, or Python Unit Test test suite, run: ``` $ learn-test ``` ## Contributing 1. Fork it ( https://github.com/flatiron-labs/learn-test/fork ) 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 a new Pull Request
Version data entries
28 entries across 28 versions & 1 rubygems