diff options
| author | cedricnjanga | 2017-09-12 14:07:22 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-09-12 14:07:22 +0200 | 
| commit | 8f2e5c5c6ea8ed9be2830ebac250841e8c9247a6 (patch) | |
| tree | 41b5db408e936e382e607d8cf802b233851d63d2 /spec/support/referential.rb | |
| parent | 54a6da367724eeb303f527103ddfed6e32f56bed (diff) | |
| download | chouette-core-8f2e5c5c6ea8ed9be2830ebac250841e8c9247a6.tar.bz2 | |
Change some specs to have all the wokbenches name to be 'Gestion de l'offre' like in application controller
Diffstat (limited to 'spec/support/referential.rb')
| -rw-r--r-- | spec/support/referential.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/support/referential.rb b/spec/support/referential.rb index c431856b8..3b74cb639 100644 --- a/spec/support/referential.rb +++ b/spec/support/referential.rb @@ -52,7 +52,7 @@ RSpec.configure do |config|        referential.add_member organisation, owner: true      end -    workbench = Workbench.create!(:name => "first", organisation: organisation, line_referential: line_referential, stop_area_referential: stop_area_referential) +    workbench = Workbench.create!(:name => "Gestion de l'offre", organisation: organisation, line_referential: line_referential, stop_area_referential: stop_area_referential)      referential = Referential.create! prefix: "first", name: "first", slug: "first", organisation: organisation, workbench: workbench    end | 
