Commit 8c918e583a5a0ec4c0c904522730215b2d147ae6
1 parent
d0efe2c0
Exists in
master
and in
4 other branches
Remove tests for missing method
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
spec/models/user_spec.rb
... | ... | @@ -128,13 +128,6 @@ describe User do |
128 | 128 | it { @user.personal_projects.should include(@project) } |
129 | 129 | it { @user.personal_projects.should_not include(@project_2) } |
130 | 130 | it { @user.personal_projects.should_not include(@project_3) } |
131 | - | |
132 | - # master_projects doesn't check creator/namespace. | |
133 | - # In real case the users_projects relation will certainly be assigned | |
134 | - # when the project is created. | |
135 | - it { @user.master_projects.should_not include(@project) } | |
136 | - it { @user.master_projects.should include(@project_2) } | |
137 | - it { @user.master_projects.should_not include(@project_3) } | |
138 | 131 | end |
139 | 132 | |
140 | 133 | describe 'groups' do | ... | ... |