From fb1c85061eae848e68244a1e3c56e1602584f08a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 19 Mar 2013 08:40:32 +0200 Subject: [PATCH] remove unused spec --- features/project/project.feature | 3 --- spec/features/security/project_access_spec.rb | 14 -------------- 2 files changed, 17 deletions(-) diff --git a/features/project/project.feature b/features/project/project.feature index 23fef69e..0c8c97c8 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 a871cf01..fd9c2a9b 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