diff options
Diffstat (limited to 'Library/Homebrew/test/spec_helper.rb')
| -rw-r--r-- | Library/Homebrew/test/spec_helper.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb index e193b91a0..03b14720b 100644 --- a/Library/Homebrew/test/spec_helper.rb +++ b/Library/Homebrew/test/spec_helper.rb @@ -23,6 +23,7 @@ require "test/support/helper/shutup"  require "test/support/helper/fixtures"  require "test/support/helper/formula"  require "test/support/helper/mktmpdir" +require "test/support/helper/rubocop"  require "test/support/helper/spec/shared_context/homebrew_cask" if OS.mac?  require "test/support/helper/spec/shared_context/integration_test" @@ -44,6 +45,7 @@ RSpec.configure do |config|    config.include(Test::Helper::Fixtures)    config.include(Test::Helper::Formula)    config.include(Test::Helper::MkTmpDir) +  config.include(Test::Helper::RuboCop)    config.before(:each, :needs_compat) do      skip "Requires compatibility layer." if ENV["HOMEBREW_NO_COMPAT"] | 
