diff options
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index 66f883ef3..26d02615f 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -21,7 +21,7 @@ describe UserController, "when showing a user" do it "should assign the user" do get :show, :url_name => "bob_smith" - assigns[:display_users].should == [ users(:bob_smith_user) ] + assigns[:display_user].should == users(:bob_smith_user) end # Error handling not quite good enough for this yet |