Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 990 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 990 Bytes

Ruvii

A collection of functions and patterns that we use on a daily basis; also serving as a style guide.

Usage

Stick it in your Gemfile and require it.

Developing

We manage nearly all of the dev concerns of ruvii via guard. Just kick off guard in the background, and it will take charge of running the tests and reloading them whenever anything changes.

Remember: This project includes only features and patterns that we use on a (mostly) daily basis. Keep it focused!

Code Coverage

For small focused features like this, code coverage is great! You have two options to get at it:

  • Run rake or rake coverage - it will run the full test suite and report on coverage

  • Start guard in coverage mode via COVERAGE=yes guard and you will have partial coverage reports written with each test run.

License

Ruvii is MIT licensed by Wavii, Inc. http://wavii.com

See the accompanying file, MIT-LICENSE, for the full text.