Skip to content

Commit ebb988c

Browse files
committed
Privatize protected methods.
1 parent 6607667 commit ebb988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails/dom/testing/assertions/selector_assertions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def assert_select_email(&block)
258258
end
259259
end
260260

261-
protected
261+
private
262262
include CountDescripable
263263

264264
def document_root_element

0 commit comments

Comments
 (0)