summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStormwind <stormwind@stormwinds-page.de>2012-11-23 19:29:06 +0100
committerStormwind <stormwind@stormwinds-page.de>2012-11-23 19:29:06 +0100
commit406c6f88d3bd0abb423fe32e48cd0a3137df4500 (patch)
tree1f72bc873b8a7b062feed261dfe2be5ac7bd3370 /Gemfile
parent1b96ebb36d4cb41e33e877b15b865332aaca8fa5 (diff)
Add simplecov to Gemfile and gemspec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6d98df2..68048a2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,4 +10,5 @@ end
group :test do
gem 'thor'
+ gem 'simplecov'
end