Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornschein <jb@capsec.org>2013-09-12 16:30:55 +0400
committerJoerg Bornschein <jb@capsec.org>2013-09-12 16:30:55 +0400
commit5c2d3c8e50b55e04d7094f9d4a95e7f6f88894ce (patch)
tree178da72497836b41de17fd894da818e55fd9d67b /features/steps/admin
parent7bf8d22f178d5628e9c2dc8e79ec94a016e1d69b (diff)
Fix typo in tests
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/admin_users.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/admin_users.rb b/features/steps/admin/admin_users.rb
index 61b3ed91beb..33c1344eaeb 100644
--- a/features/steps/admin/admin_users.rb
+++ b/features/steps/admin/admin_users.rb
@@ -28,7 +28,7 @@ class AdminUsers < Spinach::FeatureSteps
end
end
- And 'Not chenged form action url' do
+ And 'Not changed form action url' do
page.should have_selector %(form[action="/admin/users/#{@user.username}"])
end
end