From a0f7953f0c1ed839e1361a9eacd5c8a40d45d82a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 4 Apr 2019 17:03:50 -0400 Subject: [PATCH] remove extra lines --- spec/integration/category_tag_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/integration/category_tag_spec.rb b/spec/integration/category_tag_spec.rb index d0365ad9ab9..80f76705e64 100644 --- a/spec/integration/category_tag_spec.rb +++ b/spec/integration/category_tag_spec.rb @@ -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)