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/controllers | |
| parent | 7839c6cc052156383d17be27df864f92f40f273c (diff) | |
| download | chouette-core-fc427e5807f62416fdc93a8c6dda006137f06537.tar.bz2 | |
Refs #6920; Fix specs6920-activate-newly-created-referentials
Diffstat (limited to 'spec/controllers')
| -rw-r--r-- | spec/controllers/statuses_controller_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/controllers/statuses_controller_spec.rb b/spec/controllers/statuses_controller_spec.rb index 8a6db8e28..65b338888 100644 --- a/spec/controllers/statuses_controller_spec.rb +++ b/spec/controllers/statuses_controller_spec.rb @@ -31,7 +31,7 @@ RSpec.describe StatusesController, :type => :controller do      context "with a blocked object" do        before do -        create :referential, created_at: 5.hours.ago, ready: false +        r = create :referential, created_at: 5.hours.ago, status: :pending          create :import          create :compliance_check_set          request | 
