We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc22fa2 commit 7ad713fCopy full SHA for 7ad713f
1 file changed
lib/database_cleaner/sequel/truncation.rb
@@ -3,7 +3,7 @@
3
module DatabaseCleaner
4
module Sequel
5
class Truncation < Base
6
- def initialize(opts)
+ def initialize(opts = {})
7
@only = opts[:only] || []
8
@except = opts[:except] || []
9
@pre_count = opts[:pre_count] || false
0 commit comments