From fab239d4134d9e0b7560637df6897deff7e77336 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 11 May 2012 10:55:36 +0100 Subject: Fix typo (introduced in commit cc023c67) that broke a 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 c737e5736..d52c8eaf4 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -99,7 +99,7 @@ describe RequestController, "when listing recent requests" do rebuild_xapian_index get :list, :view => 'awaiting' - assigns[:list_results].map(&:info_request).include?(info_requests(:fancy_dog_request)).should == truei + assigns[:list_results].map(&:info_request).include?(info_requests(:fancy_dog_request)).should == true end it "should assign the first page of results" do -- cgit v1.2.3