diff options
| author | jpl | 2016-11-29 18:17:42 +0100 | 
|---|---|---|
| committer | jpl | 2016-11-29 18:17:42 +0100 | 
| commit | b0fc4c2a5b23fe9546ae93164a965915860a43ba (patch) | |
| tree | c771bf959d337345373e63b1da05052fa7abd0da /spec/features/lines_spec.rb | |
| parent | f10e5914b98d71539a2f0afb292112c715d0089e (diff) | |
| download | chouette-core-b0fc4c2a5b23fe9546ae93164a965915860a43ba.tar.bz2 | |
Refs #2019: updating lines with table builder
Diffstat (limited to 'spec/features/lines_spec.rb')
| -rw-r--r-- | spec/features/lines_spec.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/spec/features/lines_spec.rb b/spec/features/lines_spec.rb index f6f351049..7ff1048bf 100644 --- a/spec/features/lines_spec.rb +++ b/spec/features/lines_spec.rb @@ -23,7 +23,8 @@ describe "Lines", :type => :feature do    describe "show" do      it "display line" do        visit line_referential_lines_path(line_referential) -      click_link "#{lines.first.name}" +      # click_link "Voir" +      visit line_referential_line_path(line_referential, lines.first)        expect(page).to have_content(lines.first.name)      end    end | 
