Fix Hound nits
This commit is contained in:
parent
b5c40619be
commit
e1298c7b87
|
@ -45,4 +45,4 @@ module Retrospring
|
||||||
[to_a.join("."), suffix].join
|
[to_a.join("."), suffix].join
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -30,7 +30,7 @@ RSpec.describe Retrospring::Version do
|
||||||
|
|
||||||
describe "#to_a" do
|
describe "#to_a" do
|
||||||
it "should return the correct version as array" 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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue