Skip to content

Commit 621d5be

Browse files
authored
Merge pull request #26 from clemens/patch-1
2 parents cc22fa2 + 7ad713f commit 621d5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/database_cleaner/sequel/truncation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module DatabaseCleaner
44
module Sequel
55
class Truncation < Base
6-
def initialize(opts)
6+
def initialize(opts = {})
77
@only = opts[:only] || []
88
@except = opts[:except] || []
99
@pre_count = opts[:pre_count] || false

0 commit comments

Comments
 (0)