aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-04-15 14:10:19 +1000
committerMatthew Landauer <matthew@openaustralia.org>2013-04-15 14:10:19 +1000
commitf847623bc503218df1a1c0b8560bd3edc18ac9d6 (patch)
tree365ac9a63c81acfb5880879bdeba4b3b9af31ff4
parent10591648a72b2d847adb0323afbd3e2d55cd843d (diff)
Added a comment
-rw-r--r--spec/models/info_request_spec.rb2
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