Commit Graph

12 Commits

Author SHA1 Message Date
Vítor Galvão 0370294cec initial document breaks 2016-01-20 00:48:20 +00:00
Josh Hagins 0c548100fd Reorganize rake testing tasks
* Move 'rspec' and 'minitest' tasks under the 'test' namespace
* Create separate 'coverage' task for generating coverage reports
  from tests
2016-01-04 16:59:13 -05:00
Josh Hagins 56308931ef Add rake task to generate man page 2016-01-04 16:59:12 -05:00
Josh Hagins f023072d4f Use pry in rake console task
pry is a *much* better REPL than irb, with much nicer formatting
and debugging tools to boot!
2016-01-04 16:59:12 -05:00
Josh Hagins 37f42f90df Report test coverage with coveralls 2015-03-17 21:20:41 -04:00
Josh Hagins 2148e6d43a Add rubocop task to Rakefile 2015-03-06 19:08:10 -05:00
Witz Hsiao 30df22f1c8 add a task `console` on rake. 2015-01-27 20:34:16 +08:00
Radek Simko 11dc7a6890 RSpec will run along with minitest by default 2014-12-10 07:22:27 +00:00
Paul Hinze 58d4c745a9 install rspec; move first few tests over
refs #5080
2014-06-29 11:33:22 -05:00
phinze ab564ef254 handle multiple casks with install
should address #52

includes better error handling if a nonexistent cask is referenced

first test-driven commit, suckas!
2012-10-13 15:28:59 -05:00
phinze cd70474aa9 moving back from spec/ -> test/
since various tooling keeps guessing we're using rspec
2012-10-13 15:24:45 -05:00
phinze f1932a4d8c OMG a test suite!
Just getting started of course, but this piggy backs on Homebrew's
testing strategy to give us a platform for a fully featured test suite.
Neato!

And the tests provide value right away, as I added some better error
handling to `Cask.load`.

Big things ahead. Just you wait.
2012-10-13 14:39:00 -05:00