Skip to content

ngzax/nockr

Repository files navigation

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