mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Correct Layout/SpaceInsideHashLiteralBraces
This commit is contained in:
parent
a12fbf99e5
commit
55ff8efc97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue