aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/features/lines_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/features/lines_spec.rb b/spec/features/lines_spec.rb
index 875a01cf9..f6f351049 100644
--- a/spec/features/lines_spec.rb
+++ b/spec/features/lines_spec.rb
@@ -26,13 +26,6 @@ describe "Lines", :type => :feature do
click_link "#{lines.first.name}"
expect(page).to have_content(lines.first.name)
end
-
- it "display map" do
- visit line_referential_lines_path(line_referential)
- click_link "#{lines.first.name}"
- expect(page).to have_selector("#map.line")
- end
-
end
# Fixme #1780