Install rubocop in the test environment

This commit is contained in:
Tom Hughes 2015-02-22 15:44:34 +00:00
parent 3ecfef49e9
commit 724a988595
2 changed files with 34 additions and 17 deletions

View file

@ -86,6 +86,7 @@ end
# Gems needed for running tests
group :test do
gem "rubocop"
gem "timecop"
gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20]
end