1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #32051 from dixitp012/rubocop_single_space

rubocop single space after assignment
This commit is contained in:
Ryuta Kamizono 2018-02-19 15:03:12 +09:00 committed by GitHub
commit f712ef27c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ class Minitest::RailsPluginTest < ActiveSupport::TestCase
private
def with_reporter(reporter)
old_reporter, Minitest.reporter = Minitest.reporter, reporter
old_reporter, Minitest.reporter = Minitest.reporter, reporter
yield reporter
ensure