Skip to content

Commit 832bc41

Browse files
authored
Merge pull request #142 from maxmind/horgh/lint
Fix lint
2 parents df073b2 + 8154110 commit 832bc41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/enum_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
let(:klass) do
77
Class.new do
88
include Minfraud::Enum
9+
910
enum_accessor :test, %i[foo bar]
1011
end
1112
end

0 commit comments

Comments
 (0)