Skip to content

Commit

Permalink
Fixed #101. Include test gems in image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed May 2, 2017
1 parent 19d2a19 commit cd87ca7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ gem 'flexmock'
gem 'zip'
gem 'liquid'
gem 'xml-simple', '~> 1.1', '>= 1.1.5'

group :test_gems do
gem 'rspec'
gem 'simplecov'
gem 'simplecov-rcov'
gem 'ci_reporter_test_unit'
end
gem 'simplecov'
gem 'simplecov-rcov'
gem 'ci_reporter_test_unit'
gem 'rspec'

0 comments on commit cd87ca7

Please sign in to comment.