From 0ee8f0b8f09cf5e09f9e67c6d4d6880150c54ce8 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 20 Oct 2009 22:06:03 +0200 Subject: fixing view test --- test/functional/users_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 05257fa..307ba4c 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -13,8 +13,8 @@ class UsersControllerTest < ActionController::TestCase login_as :aaron get :index assert_response :success - assert_select "a", "Destroy" - assert_select "a", "Show", "Edit Link is missing" + assert_select "a", "destroy" + assert_select "a", "show", "Show Link is missing" end test "get new when logged in as admin" do -- cgit v1.3