Sha256: f3e4ff7cda3154ce6ba9c5b5ef9eed1791b1484a21bbc55e98396667e6bcdfc1
Contents?: true
Size: 719 Bytes
Versions: 9
Compression:
Stored size: 719 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, Karma, Mocha, 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
9 entries across 9 versions & 1 rubygems