diff options
Diffstat (limited to 'spec/views/lines/edit.html.erb_spec.rb')
| -rw-r--r-- | spec/views/lines/edit.html.erb_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/views/lines/edit.html.erb_spec.rb b/spec/views/lines/edit.html.erb_spec.rb index ae1614400..2af4df10a 100644 --- a/spec/views/lines/edit.html.erb_spec.rb +++ b/spec/views/lines/edit.html.erb_spec.rb @@ -8,13 +8,6 @@ describe "/lines/edit", :type => :view do let!(:lines) { Array.new(2) { create(:line, :network => network, :company => company) } } let!(:line_referential) { assign :line_referential, line.line_referential } - describe "test" do - it "should render h2 with the group name" do - render - expect(rendered).to have_selector("h1", :text => Regexp.new(line.name)) - end - end - describe "form" do it "should render input for name" do render |
