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