mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Fix Hound nits
This commit is contained in:
parent
b5c40619be
commit
e1298c7b87
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue