Skip to content

Commit

Permalink
22|24 Fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreisinger committed Aug 6, 2024
1 parent d526987 commit f645e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/models/login_gov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def initialize(msg, code:, body:)
attr_reader :config

def initialize(config = Rails.configuration.login_gov_oidc)
puts config.inspect
@config = config.freeze.dup
end

Expand Down
2 changes: 1 addition & 1 deletion spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#
require 'rails_helper'

RSpec.describe User, type: :model do
RSpec.describe User do
let(:gov_userinfo) do
[{
"email" => "[email protected]",
Expand Down

0 comments on commit f645e0e

Please sign in to comment.