Added new tests for status and commit

This commit is contained in:
Jeremy Cook
2013-12-27 17:04:34 -05:00
parent c432b27c92
commit 8f67188c19
5 changed files with 38 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ group :development do
gem "rcov", :platforms => :mri_18
gem "simplecov", :platforms => :mri_19
gem "test-construct"
gem "capture-output", "~> 1.0.0"
if RUBY_VERSION >= '1.9.2'
gem "rubocop"
end