Skip to content

Commit

Permalink
Merge pull request #6320 from bgeuken/staging-workflow-refactor-exclu…
Browse files Browse the repository at this point in the history
…ded-requests-test

Remove creation of staging manager group
  • Loading branch information
DavidKang committed Nov 21, 2018
2 parents 20bb669 + 56dc719 commit 8131448
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
RSpec.describe Webui::Staging::ExcludedRequestsController, type: :controller do
let(:user) { create(:confirmed_user, login: 'tom') }
let(:project) { user.home_project }
let(:managers_group) { create(:group) }
let(:staging_workflow) { create(:staging_workflow_with_staging_projects, project: project, managers_group: managers_group) }
let(:staging_workflow) { create(:staging_workflow_with_staging_projects, project: project) }

let(:source_package) { create(:package) }
let(:target_package) { create(:package, name: 'target_package', project: project) }
Expand Down

0 comments on commit 8131448

Please sign in to comment.