diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-04-15 14:10:19 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-04-15 14:10:19 +1000 |
commit | f847623bc503218df1a1c0b8560bd3edc18ac9d6 (patch) | |
tree | 365ac9a63c81acfb5880879bdeba4b3b9af31ff4 /spec/models/info_request_spec.rb | |
parent | 10591648a72b2d847adb0323afbd3e2d55cd843d (diff) |
Added a comment
Diffstat (limited to 'spec/models/info_request_spec.rb')
-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 |