Added guard to project to run tests automatically.
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -8,6 +8,9 @@ gem "thor", ">= 0.14.0"
|
||||
group :development do
|
||||
gem "rake", ">= 0.8.7"
|
||||
gem "rspec", "~> 2.10"
|
||||
gem "guard"
|
||||
gem "guard-rspec"
|
||||
gem "rb-readline", "~> 0.5.0"
|
||||
gem "jeweler", ">= 1.6.2"
|
||||
gem "rcov", :platforms => :mri_18
|
||||
gem "simplecov", :platforms => :mri_19
|
||||
|
||||
Reference in New Issue
Block a user