From 41a284577eefc8007180ac6cc4dd407ac51f97e2 Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 17 Jul 2008 10:37:18 +0000 Subject: Fix test. --- spec/controllers/request_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/controllers/request_controller_spec.rb') diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 255856dae..da0cbf528 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -283,7 +283,7 @@ describe RequestController, "when sending a followup message" do # and that the status changed info_requests(:fancy_dog_request).reload info_requests(:fancy_dog_request).described_state.should == 'waiting_response' - info_requests(:fancy_dog_request).get_last_response_event.calculated_state.should == 'waiting_response' + info_requests(:fancy_dog_request).get_last_response_event.calculated_state.should == 'waiting_clarification' end -- cgit v1.2.3