diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 08:40:32 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 08:40:32 +0200 |
| commit | fb1c85061eae848e68244a1e3c56e1602584f08a (patch) | |
| tree | 04b16b9c46f6bcae6f7149d0011f5316fe3b86f1 /spec/features/security | |
| parent | 54f40301ff2b3e0c9ef1e9593c634ab8612c12e6 (diff) | |
| download | gitlab-ce-fb1c85061eae848e68244a1e3c56e1602584f08a.tar.gz | |
remove unused spec
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 |
