Skip to content

Commit

Permalink
Move test deps from Gemfile to .gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jan 3, 2017
1 parent 24ab08d commit 5e8c660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
end
2 changes: 2 additions & 0 deletions manageiq-ui-classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "rails", "~> 5.0.0", ">= 5.0.0.1"

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "simplecov"
end

0 comments on commit 5e8c660

Please sign in to comment.