summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-12 19:01:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-12 19:01:39 +0300
commitdc038a7108f3e61e708310b5a9ab4b193723366b (patch)
tree3a44cb7d9376dff22b778a22f2473bd404677b8e /features/steps/shared/paths.rb
parent3232f547ac250096f0f4baefff1bc245be1455ac (diff)
downloadgitlab-ce-dc038a7108f3e61e708310b5a9ab4b193723366b.tar.gz
Rename Group#people to Group#members
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index b2c23cf11c9..6853e8dd509 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -21,8 +21,8 @@ module SharedPaths
visit merge_requests_group_path(current_group)
end
- step 'I visit group people page' do
- visit people_group_path(current_group)
+ step 'I visit group members page' do
+ visit members_group_path(current_group)
end
step 'I visit group settings page' do