diff options
| author | cedricnjanga | 2017-09-05 14:41:51 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-09-05 14:41:51 +0200 |
| commit | b78fff38f57f532e33c418e2bac0ff5948d4f7b4 (patch) | |
| tree | 17f4dc593cafd5b049f37cf99f883a555b7d5101 | |
| parent | 03731e825bd02ccca71f04d629c66df6e2763dc1 (diff) | |
| download | chouette-core-b78fff38f57f532e33c418e2bac0ff5948d4f7b4.tar.bz2 | |
Remove typo
| -rw-r--r-- | spec/features/workbenches_spec.rb | 2 |
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) |
