Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Nov 24, 2024
1 parent 8036ab2 commit 207f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/transmutation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe Transmutation do
it "has a version number" do
expect(Transmutation::VERSION).not_to be nil
expect(Transmutation::VERSION).not_to be_nil
end
end

0 comments on commit 207f33e

Please sign in to comment.