Skip to content

Commit

Permalink
Add spec for tags removal from Ansible Playbook summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Dec 14, 2017
1 parent afb0cdf commit e350047
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/controllers/ansible_playbook_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
it "renders correct template" do
is_expected.to render_template(:partial => "layouts/_textual_groups_generic")
end

it "does not display tags" do
expect(response.body).not_to include("Smart Management")
end
end

context "#show_list" do
Expand Down

0 comments on commit e350047

Please sign in to comment.