Skip to content

Commit 402669d

Browse files
committed
Swap double quotes for single quotes to appease rubocop
1 parent 474ca51 commit 402669d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/application_system_test_case.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def post_form_select_tag(tag_name, create_new = false)
7474
end
7575

7676
# Wait for tag search to finish
77-
assert_text("Searching…")
78-
assert_no_text("Searching…")
77+
assert_text('Searching…')
78+
assert_no_text('Searching…')
7979

8080
# Get the first and last options listed
8181
first_option = find('#select2-post_tags_cache-results li:first-child')

0 commit comments

Comments
 (0)