Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 2.1 KB

2.0.1 - January 13, 2015

New features

  • #11 Better handling for .zeus.sock: Remove if expired and connect if active (@qnm)

Bug Fixes

  • #16 Fix rspec error by invoking rspec with spec directory(@e2)
  • Various fixes including testing against rspec 3.1 and rubocup fixes (@e2)

0.3.0 - June 29, 2012

New features

  • Not run all tests by default when hitting enter by setting :run_all option to false. (@vizjerai)

0.2.0 - June 8, 2012

New features

Bug Fix

  • Allow guard 1.0.x to work again. (@vizjerai)

0.1.4 - January 31, 2012

Bug Fix

  • #5: Changed guardfile to look for files that end with the file extensions (@danoph)

0.1.3 - January 12, 2012

Bug Fix

  • #4: Changed Runner#run_all to run each test file under 'test' directory (@bhb)

0.1.2 - November 16, 2011

New features

  • Added ability to pass options to spin serve (@vizjerai)

0.1.1 - November 16, 2011

Bug Fixes

  • Added tests with RSpec. (@vizjerai)
  • Improved speed of the runner's bundler, test_unit and rspec options if set to false. (@vizjerai)

0.1.0 - November 10, 2011

New features

0.0.1 - November 8, 2011

New features