Commit fb1c85061eae848e68244a1e3c56e1602584f08a
1 parent
54f40301
Exists in
master
and in
4 other branches
remove unused spec
Showing
2 changed files
with
0 additions
and
17 deletions
Show diff stats
features/project/project.feature
spec/features/security/project_access_spec.rb
... | ... | @@ -228,19 +228,5 @@ describe "Application access" do |
228 | 228 | it { should be_denied_for :user } |
229 | 229 | it { should be_denied_for :visitor } |
230 | 230 | end |
231 | - | |
232 | - describe "GET /project_code/files" do | |
233 | - pending("ProjectsController#files have been deleted.") do | |
234 | - | |
235 | - subject { files_project_path(project) } | |
236 | - | |
237 | - it { should be_allowed_for master } | |
238 | - it { should be_allowed_for reporter } | |
239 | - it { should be_denied_for :admin } | |
240 | - it { should be_denied_for guest } | |
241 | - it { should be_denied_for :user } | |
242 | - it { should be_denied_for :visitor } | |
243 | - end | |
244 | - end | |
245 | 231 | end |
246 | 232 | end | ... | ... |