Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 359 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 359 Bytes

nockr

Nockr - A Nock interpreter in a RubyGem.

Installation

Add this line to your application's Gemfile:

gem 'nockr'

And then execute:

bundle install

Or install it yourself into ruby:

gem install nockr

Testing

Run all tests, once

bin/test

Run tests continuously

bundle exec guard