Skip to content

Commit b34d399

Browse files
committed
fix tests
1 parent 6d1e778 commit b34d399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def []=(key, value)
9090
@raw[key.to_sym] = value
9191
end
9292

93-
def delete(key)
93+
def delete(key, options={})
9494
@raw.delete(key.to_sym)
9595
end
9696
end

0 commit comments

Comments
 (0)