Skip to content
Snippets Groups Projects
Commit fb1c8506 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove unused spec

parent 54f40301
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment