We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f197a1 commit 739bd91Copy full SHA for 739bd91
test/test_helper.rb
@@ -1,6 +1,6 @@
1
ENV["RAILS_ENV"] ||= "test"
2
3
-puts "BUNDLE_GEMFILE: #{ENV.fetch('BUNDLE_GEMFILE', nil)}" # rubocop/ignore Rails/Output
+puts "BUNDLE_GEMFILE: #{ENV.fetch('BUNDLE_GEMFILE', nil)}" # rubocop:disable Rails/Output
4
5
require "warning"
6
mail_gem_path = Gem::Specification.find_by_name("mail").full_gem_path
0 commit comments