Skip to content

Commit

Permalink
Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed Oct 9, 2024
1 parent ea29fda commit accc526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/shale/error_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
it 'inherits from Shale::ShaleError' do
expect(Shale::NotATypeValueError < Shale::ShaleError).to eq(true)
end
end
end
end

RSpec.describe Shale::UnknownTypeError do
Expand Down
2 changes: 1 addition & 1 deletion spec/shale/type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ValidType < Shale::Type::Value
class ReplacementValidType < Shale::Type::Value
end

class InvalidType
class InvalidType # rubocop:disable Lint/EmptyClass
end
end

Expand Down

0 comments on commit accc526

Please sign in to comment.