Commit 81430a61 authored by Marin Jankovski's avatar Marin Jankovski

Typo fix.

parent dbeca1c6
...@@ -54,7 +54,7 @@ describe ProjectsFinder do ...@@ -54,7 +54,7 @@ describe ProjectsFinder do
it { should include(project4) } it { should include(project4) }
end end
context 'authenticated, group memeber with project shared with group' do context 'authenticated, group member with project shared with group' do
before { before {
group.add_user(user, Gitlab::Access::DEVELOPER) group.add_user(user, Gitlab::Access::DEVELOPER)
project5.project_group_links.create group_access: Gitlab::Access::MASTER, group: group project5.project_group_links.create group_access: Gitlab::Access::MASTER, group: group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment