Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Sep 16, 2024
1 parent 9f6235b commit a398fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/models/ability_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
let(:metadata) { build_stubbed(:metadata, xml: xml, doi: doi) }

before(:all) do
@consortium = create( :provider,
@consortium = create(:provider,
role_name: "ROLE_CONSORTIUM")
@provider = create(:provider,
consortium: @consortium,
Expand Down Expand Up @@ -97,7 +97,6 @@
end

context "when is a client admin" do

before(:all) do
@token = User.generate_token(
role_id: "client_admin",
Expand Down

0 comments on commit a398fb6

Please sign in to comment.