Correct Layout/SpaceInsideHashLiteralBraces

This commit is contained in:
ydah 2022-09-23 07:34:08 +09:00
parent a12fbf99e5
commit 55ff8efc97
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ RSpec.describe 'capybara/minitest' do
output = StringIO.new
reporter = Minitest::SummaryReporter.new(output)
reporter.start
MinitestTest.run reporter, { }
MinitestTest.run reporter, {}
reporter.report
expect(output.string).to include('22 runs, 53 assertions, 0 failures, 0 errors, 1 skips')
end