diff options
| author | Luc Donnet | 2018-05-04 09:55:12 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-04 09:55:12 +0200 |
| commit | 4438611e99c12faefdc73ff6cbd966951bc6dd1b (patch) | |
| tree | aaa19e2a194063c222c0e26c7a16877dcbecdf7c /spec/controllers/statuses_controller_spec.rb | |
| parent | fc71f67eb75f956aa2c3e1aae85e99b5b82bc0a3 (diff) | |
| parent | fc427e5807f62416fdc93a8c6dda006137f06537 (diff) | |
| download | chouette-core-4438611e99c12faefdc73ff6cbd966951bc6dd1b.tar.bz2 | |
Merge pull request #549 from af83/6920-activate-newly-created-referentials
6920 activate newly created referentials
Diffstat (limited to 'spec/controllers/statuses_controller_spec.rb')
| -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 |
