Skip to content

Commit 63fcf6d

Browse files
oops, fix keyword error
1 parent c633e62 commit 63fcf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/active_interaction/errors_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
let(:klass) do
1313
Class.new(ActiveInteraction::Base) do
14-
string :attribute, defualt: nil
15-
array :array, defualt: nil
14+
string :attribute, default: nil
15+
array :array, default: nil
1616

1717
def self.name
1818
@name ||= SecureRandom.hex

0 commit comments

Comments
 (0)