We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8784bff commit d786615Copy full SHA for d786615
2 files changed
test/controllers/comments/create_test.rb
@@ -97,7 +97,7 @@ class CommentsControllerTest < ActionController::TestCase
97
end
98
99
100
- test 'should correclty create comments in threads' do
+ test 'should correctly create comments in threads' do
101
sign_in users(:editor)
102
before_author_notifs = users(:standard_user).notifications.count
103
before_follow_notifs = users(:deleter).notifications.count
test/helpers/search_qualifier_helper_test.rb
@@ -74,7 +74,7 @@ class SearchQualifierHelperTest < ActionView::TestCase
74
75
76
77
- test 'parse_answers_qualifier should correclty parse answers:' do
+ test 'parse_answers_qualifier should correctly parse answers:' do
78
[
79
['0', '=', 0],
80
['>2', '>', 2],
0 commit comments