Skip to content

Commit a772b9d

Browse files
committed
Remove redundant tests: we check for these in the response body already
1 parent 89ed009 commit a772b9d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
render :partial => "ops/label_tag_mapping_form"
1515
end
1616

17-
it 'renders the entity select box' do
18-
expect(render).to have_selector('select#entity')
19-
end
20-
21-
it 'renders the label name text box' do
22-
expect(render).to have_selector('input#label_name')
23-
end
24-
2517
it 'entity should be enabled when adding a new mapping' do
2618
expect(response.body).to include('<select name="entity" id="entity" class="selectpicker">')
2719
end

0 commit comments

Comments
 (0)