Skip to content

Commit

Permalink
Merge pull request #16499 from cben/fix-save_tags-spec
Browse files Browse the repository at this point in the history
Fix save_tags_inventory spec: assign the tag, not the catogory
(cherry picked from commit 54c7caf)
  • Loading branch information
agrare authored and simaishi committed Nov 21, 2017
1 parent df2b50a commit d6e7b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def mapped_tag(category_name, tag_name)
:category_description => category_name)
category = mapping.tag.category
entry = category.add_entry(:name => tag_name, :description => tag_name)
category.tag
entry.tag
end

before(:each) do
Expand Down

0 comments on commit d6e7b87

Please sign in to comment.