summaryrefslogtreecommitdiff
path: root/test/functional/users_controller_test.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-20 22:06:03 +0200
committerhukl <contact@smyck.org>2009-10-20 22:06:03 +0200
commit0ee8f0b8f09cf5e09f9e67c6d4d6880150c54ce8 (patch)
tree6c70c4dcf7cf23b65f9937c877c09a2cd69ff301 /test/functional/users_controller_test.rb
parent239e27aaac4b22e8b58f4c78c140759937be97ff (diff)
fixing view test
Diffstat (limited to 'test/functional/users_controller_test.rb')
-rw-r--r--test/functional/users_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
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
13 login_as :aaron 13 login_as :aaron
14 get :index 14 get :index
15 assert_response :success 15 assert_response :success
16 assert_select "a", "Destroy" 16 assert_select "a", "destroy"
17 assert_select "a", "Show", "Edit Link is missing" 17 assert_select "a", "show", "Show Link is missing"
18 end 18 end
19 19
20 test "get new when logged in as admin" do 20 test "get new when logged in as admin" do