mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-29 09:25:53 +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
|
||||
gem 'rspec', '>= 2.11'
|
||||
gem 'simplecov'
|
||||
gem 'simplecov', :require => false
|
||||
end
|
||||
|
||||
gemspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue