Skip to content

Commit 1e6938a

Browse files
Fix indentation on save_and_open_page tests
1 parent cbf0046 commit 1e6938a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

actionpack/test/controller/integration_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,10 +1377,10 @@ def remove_dumps
13771377
get "/"
13781378
with_root do
13791379
Launchy.stub(:open, ->(path) { raise LoadError.new }) do
1380-
self.stub(:warn, ->(warning) { warning.include?("Please install the launchy gem to open the file automatically.") }) do
1381-
save_and_open_page
1382-
end
1383-
end
1380+
self.stub(:warn, ->(warning) { warning.include?("Please install the launchy gem to open the file automatically.") }) do
1381+
save_and_open_page
1382+
end
1383+
end
13841384
assert_equal File.read(dump_path), response.body
13851385
end
13861386
end

0 commit comments

Comments
 (0)