summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authordreis <christoph.dreis@innogames.de>2014-07-11 18:29:51 +0200
committerdreis <christoph.dreis@innogames.de>2014-07-15 08:19:27 +0200
commit1da2262efd272a4cf086f1cf1a033699a43df857 (patch)
treeea996cd3d81735f4c558c293500fa976d5df932a /features/steps/shared/paths.rb
parentf3b0cb77fcb379107cdd4f770fdb16381cda1baf (diff)
downloadgitlab-ce-1da2262efd272a4cf086f1cf1a033699a43df857.tar.gz
Added public groups area to enhance searching and exploring of projects
fixed whitespaces and quotes fixed whitespaces fixed devise.html.haml fixed method parenthesis in app/models/group.rb removed links from header removed links from devise.html added tests
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 2090b642059..d92c70c952e 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -332,6 +332,14 @@ module SharedPaths
end
# ----------------------------------------
+ # Public Groups
+ # ----------------------------------------
+
+ step 'I visit the public groups area' do
+ visit public_groups_path
+ end
+
+ # ----------------------------------------
# Snippets
# ----------------------------------------