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 | |
| parent | 54f40301ff2b3e0c9ef1e9593c634ab8612c12e6 (diff) | |
| download | gitlab-ce-fb1c85061eae848e68244a1e3c56e1602584f08a.tar.gz | |
remove unused spec
| -rw-r--r-- | features/project/project.feature | 3 | ||||
| -rw-r--r-- | spec/features/security/project_access_spec.rb | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/features/project/project.feature b/features/project/project.feature index 23fef69ee48..0c8c97c816a 100644 --- a/features/project/project.feature +++ b/features/project/project.feature @@ -18,6 +18,3 @@ Feature: Project Feature And change project settings And I save project Then I should see project with new settings - - # @wip - # Scenario: I visit attachments 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 |
