aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
authorZog2018-05-04 09:03:12 +0200
committerZog2018-05-04 09:03:12 +0200
commitfc427e5807f62416fdc93a8c6dda006137f06537 (patch)
tree98bc61f38590596bd743efa24ff8db70c4395eeb /spec/controllers
parent7839c6cc052156383d17be27df864f92f40f273c (diff)
downloadchouette-core-fc427e5807f62416fdc93a8c6dda006137f06537.tar.bz2
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/statuses_controller_spec.rb2
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