Install rubocop in the test environment
This commit is contained in:
parent
3ecfef49e9
commit
724a988595
2 changed files with 34 additions and 17 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue