Fix Hound nits

This commit is contained in:
Andreas Nedbal 2022-04-16 04:03:49 +02:00 committed by Andreas Nedbal
parent b5c40619be
commit e1298c7b87
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ module Retrospring
[to_a.join("."), suffix].join
end
end
end
end

View File

@ -30,7 +30,7 @@ RSpec.describe Retrospring::Version do
describe "#to_a" do
it "should return the correct version as array" do
expect(Retrospring::Version.to_a).to eq(["1984", "0101", "0"])
expect(Retrospring::Version.to_a).to eq(%w[1984 0101 0])
end
end
end