diff options
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/info_request_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index db28bf81e..e78cf100a 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -600,6 +600,8 @@ describe InfoRequest do event1.calculated_state.should == "waiting_response" event2.described_state.should be_nil # TODO: Should calculated_status in this situation be "waiting_classification"? + # This would allow searches like "latest_status: waiting_classification" to be + # available to the user in "Advanced search" event2.calculated_state.should be_nil end |