Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 21, 2024
1 parent c0c84f3 commit ceb28b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/models/name.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def set_parent=(set = false)

def is_not_jamis
return unless first_name == 'Jamis' && last_name == 'Buck'

errors.add(:base, :invalid)
end
end

0 comments on commit ceb28b8

Please sign in to comment.