mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Style/StringLiterals single quote all the things
This commit is contained in:
@@ -23,7 +23,7 @@ if Minitest.respond_to?(:after_run)
|
||||
end
|
||||
else
|
||||
at_exit do
|
||||
STDOUT.puts "Minitest.after_run not available."
|
||||
STDOUT.puts 'Minitest.after_run not available.'
|
||||
@capture_warnings.after_tests
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user