mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Don't implicitly require simplecov
This commit is contained in:
parent
960a969590
commit
01d084ba82
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ gem 'rake'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'rspec', '>= 2.11'
|
gem 'rspec', '>= 2.11'
|
||||||
gem 'simplecov'
|
gem 'simplecov', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue