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