Permalink
Browse files

Fix Rubocop Style/ExpandPathArguments in test helper; resolves #224.

  • Loading branch information...
ruebot committed Jan 8, 2019
1 parent dd27f67 commit 3acdb1946103e0e1bd94965c7eb970655ec396f2
Showing with 1 addition and 5 deletions.
  1. +0 −4 .rubocop.yml
  2. +1 −1 test/test_helper.rb
@@ -117,10 +117,6 @@ Style/ClassAndModuleChildren:
Exclude:
- test/test_helper.rb

Style/ExpandPathArguments:
Exclude:
- test/test_helper.rb

Style/GuardClause:
Exclude:
- app/helpers/collections_helper.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require File.expand_path('../../config/environment', __FILE__)
require File.expand_path('../config/environment', __dir__)
require 'rails/test_help'

require 'simplecov'

0 comments on commit 3acdb19

Please sign in to comment.