tests: fix tag name '(' test broken by dd21d4b45.
This commit is contained in:
@@ -60,13 +60,6 @@ class PostQueryBuilderTest < ActiveSupport::TestCase
|
|||||||
assert_tag_match([post1], "\\")
|
assert_tag_match([post1], "\\")
|
||||||
end
|
end
|
||||||
|
|
||||||
should "return posts for the ( tag" do
|
|
||||||
post1 = create(:post, tag_string: "(")
|
|
||||||
post2 = create(:post, tag_string: "aaa bbb")
|
|
||||||
|
|
||||||
assert_tag_match([post1], "(")
|
|
||||||
end
|
|
||||||
|
|
||||||
should "return posts for the ? tag" do
|
should "return posts for the ? tag" do
|
||||||
post1 = create(:post, tag_string: "?")
|
post1 = create(:post, tag_string: "?")
|
||||||
post2 = create(:post, tag_string: "aaa bbb")
|
post2 = create(:post, tag_string: "aaa bbb")
|
||||||
|
|||||||
Reference in New Issue
Block a user