diff options
| author | Zog | 2018-05-04 09:03:12 +0200 | 
|---|---|---|
| committer | Zog | 2018-05-04 09:03:12 +0200 | 
| commit | fc427e5807f62416fdc93a8c6dda006137f06537 (patch) | |
| tree | 98bc61f38590596bd743efa24ff8db70c4395eeb /spec/features | |
| parent | 7839c6cc052156383d17be27df864f92f40f273c (diff) | |
| download | chouette-core-fc427e5807f62416fdc93a8c6dda006137f06537.tar.bz2 | |
Refs #6920; Fix specs6920-activate-newly-created-referentials
Diffstat (limited to 'spec/features')
| -rw-r--r-- | spec/features/workbenches/workbenches_show_spec.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spec/features/workbenches/workbenches_show_spec.rb b/spec/features/workbenches/workbenches_show_spec.rb index 427b526cf..e892f00e7 100644 --- a/spec/features/workbenches/workbenches_show_spec.rb +++ b/spec/features/workbenches/workbenches_show_spec.rb @@ -74,6 +74,7 @@ RSpec.describe 'Workbenches', type: :feature do          organisation: @user.organisation,          ready: false        ) +      pending_referential.pending!        visit workbench_path(workbench) | 
