From 2fbb355c1d811f1851f0cb5e255da7ef5b709125 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 30 Dec 2010 17:26:33 +0000 Subject: install fixture necessary for test to pass (not sure how this worked previously...) --- spec/controllers/user_controller_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/controllers/user_controller_spec.rb') diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index 76893c560..94d064a49 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -7,8 +7,8 @@ require 'json' describe UserController, "when showing a user" do integrate_views - fixtures :users, :outgoing_messages, :incoming_messages, :raw_emails, :info_requests, :info_request_events, :comments - + fixtures :users, :outgoing_messages, :incoming_messages, :raw_emails, :info_requests, :info_request_events, :comments, :public_bodies + it "should be successful" do get :show, :url_name => "bob_smith" response.should be_success -- cgit v1.2.3