remove unused spec
This commit is contained in:
parent
54f40301ff
commit
fb1c85061e
2 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue