remove extra lines

This commit is contained in:
Neil Lalonde 2019-04-04 17:03:50 -04:00
parent 8af7237092
commit a0f7953f0c

View File

@ -54,8 +54,6 @@ describe "category tag restrictions" do
expect(filter_allowed_tags(for_input: true, category: other_category, selected_tags: [tag3.name], term: 'tag')).to contain_exactly(tag4)
end
it "can't create new tags in a restricted category" do
post = create_post(category: category_with_tags, tags: [tag1.name, "newtag"])
expect(post.topic.tags).to contain_exactly(tag1)