0
0
Fork 0

Add simplecov to Gemfile and gemspec

This commit is contained in:
Stormwind 2012-11-23 19:29:06 +01:00
parent 1b96ebb36d
commit 406c6f88d3
3 changed files with 8 additions and 0 deletions

View File

@ -10,4 +10,5 @@ end
group :test do
gem 'thor'
gem 'simplecov'
end

View File

@ -23,6 +23,7 @@ GEM
listen (0.5.3)
lumberjack (1.0.2)
method_source (0.8.1)
multi_json (1.3.7)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
@ -36,6 +37,10 @@ GEM
rspec-expectations (2.12.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
thor (0.16.0)
tilt (1.3.3)
@ -49,5 +54,6 @@ DEPENDENCIES
guard-rspec
rack
rspec
simplecov
thor
zero!

View File

@ -22,4 +22,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('thor')
s.add_development_dependency('rack')
s.add_development_dependency('rspec')
s.add_development_dependency('simplecov')
end