Skip to content

Commit

Permalink
Move test dependencies to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jan 25, 2017
1 parent 3a268de commit 151421c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ else
puts " Clone it from GitHub or symlink it from local source."
exit 1
end

group :test do
gem "codeclimate-test-reporter", :require => false
gem "simplecov", :require => false
end
3 changes: 3 additions & 0 deletions manageiq-content.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ Gem::Specification.new do |s|
s.licenses = ["Apache-2.0"]

s.files = Dir["{content,lib}/**/*", "LICENSE.txt", "Rakefile", "README.md"]

s.add_development_dependency "codeclimate-test-reporter"
s.add_development_dependency "simplecov"
end

0 comments on commit 151421c

Please sign in to comment.