Skip to content

Commit 739bd91

Browse files
committed
Fix rubocop:disable in test_helper
1 parent 0f197a1 commit 739bd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ENV["RAILS_ENV"] ||= "test"
22

3-
puts "BUNDLE_GEMFILE: #{ENV.fetch('BUNDLE_GEMFILE', nil)}" # rubocop/ignore Rails/Output
3+
puts "BUNDLE_GEMFILE: #{ENV.fetch('BUNDLE_GEMFILE', nil)}" # rubocop:disable Rails/Output
44

55
require "warning"
66
mail_gem_path = Gem::Specification.find_by_name("mail").full_gem_path

0 commit comments

Comments
 (0)