diff options
Diffstat (limited to 'spec/features/security')
| -rw-r--r-- | spec/features/security/project_access_spec.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/features/security/project_access_spec.rb b/spec/features/security/project_access_spec.rb index a871cf01dd4..fd9c2a9b04e 100644 --- a/spec/features/security/project_access_spec.rb +++ b/spec/features/security/project_access_spec.rb @@ -228,19 +228,5 @@ describe "Application access" do it { should be_denied_for :user } it { should be_denied_for :visitor } end - - describe "GET /project_code/files" do - pending("ProjectsController#files have been deleted.") do - - subject { files_project_path(project) } - - it { should be_allowed_for master } - it { should be_allowed_for reporter } - it { should be_denied_for :admin } - it { should be_denied_for guest } - it { should be_denied_for :user } - it { should be_denied_for :visitor } - end - end end end |
