aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/features/workbenches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/workbenches_spec.rb b/spec/features/workbenches_spec.rb
index 5061e5c5b..14809dec1 100644
--- a/spec/features/workbenches_spec.rb
+++ b/spec/features/workbenches_spec.rb
@@ -180,7 +180,7 @@ describe 'Workbenches', type: :feature do
describe 'create new Referential' do
#TODO Manage functional_scope
it "create a new Referential with a specifed line and period" do
- skip: "The functional scope for the Line collection causes problems" do
+ skip "The functional scope for the Line collection causes problems" do
functional_scope = JSON.generate(Chouette::Line.all.map(&:objectid))
lines = Chouette::Line.where(objectid: functional_scope)