aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/connection_links_spec.rb
diff options
context:
space:
mode:
authorLuc Donnet2015-01-06 14:16:06 +0100
committerLuc Donnet2015-01-06 14:16:06 +0100
commite0328e5192be5aab634590c8f736d2ea9b871d67 (patch)
treecc14e26533190ccbfc7661bcc459fcfb562823a0 /spec/features/connection_links_spec.rb
parent421781dfcb08746dae48f84e144a1c92e12dff49 (diff)
downloadchouette-core-e0328e5192be5aab634590c8f736d2ea9b871d67.tar.bz2
Fix features and views spec
Diffstat (limited to 'spec/features/connection_links_spec.rb')
-rw-r--r--spec/features/connection_links_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/connection_links_spec.rb b/spec/features/connection_links_spec.rb
index 985aba7a6..d77189d41 100644
--- a/spec/features/connection_links_spec.rb
+++ b/spec/features/connection_links_spec.rb
@@ -27,7 +27,7 @@ describe "ConnectionLinks", :type => :feature do
allow(subject).to receive(:stop_areas).and_return(Array.new(2) { Factory(:stop_area) })
visit referential_connection_links_path(referential)
click_link "#{connection_links.first.name}"
- expect(page).to have_selector("#map", :class => 'connection_link')
+ expect(page).to have_selector("#map.connection_link")
end
end