aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcedricnjanga2017-09-05 14:41:51 +0200
committercedricnjanga2017-09-05 14:41:51 +0200
commitb78fff38f57f532e33c418e2bac0ff5948d4f7b4 (patch)
tree17f4dc593cafd5b049f37cf99f883a555b7d5101
parent03731e825bd02ccca71f04d629c66df6e2763dc1 (diff)
downloadchouette-core-b78fff38f57f532e33c418e2bac0ff5948d4f7b4.tar.bz2
Remove typo
-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)