Skip to content
Snippets Groups Projects
Commit 8c918e58 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove tests for missing method

parent d0efe2c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -128,13 +128,6 @@ describe User do
it { @user.personal_projects.should include(@project) }
it { @user.personal_projects.should_not include(@project_2) }
it { @user.personal_projects.should_not include(@project_3) }
# master_projects doesn't check creator/namespace.
# In real case the users_projects relation will certainly be assigned
# when the project is created.
it { @user.master_projects.should_not include(@project) }
it { @user.master_projects.should include(@project_2) }
it { @user.master_projects.should_not include(@project_3) }
end
 
describe 'groups' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment