aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-04-25 17:18:43 +0200
committerRobert2017-04-25 17:18:43 +0200
commit40ca2fc7a724d1ba3d7d95d5cd842e38c3774faf (patch)
tree4bd4f3de65a6a9a0f82b814d483d8c1c604c210b
parent9bd656b9f66daa88b773ae985aa0813e3ea06f92 (diff)
downloadchouette-core-40ca2fc7a724d1ba3d7d95d5cd842e38c3774faf.tar.bz2
Refs #2872; nothing to be done
-rw-r--r--spec/features/referential_lines_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/referential_lines_spec.rb b/spec/features/referential_lines_spec.rb
index 580891c69..fd003effb 100644
--- a/spec/features/referential_lines_spec.rb
+++ b/spec/features/referential_lines_spec.rb
@@ -49,5 +49,9 @@ describe 'ReferentialLines', type: :feature do
visit referential_line_path(referential, referential.lines.first)
expect(page).to have_content(referential.lines.first.name)
end
+ it 'displays referential line' do
+ visit referential_line_path(referential, referential.lines.first, sort: "stop_points")
+ expect(page).to have_content(referential.lines.first.name)
+ end
end
end