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.
2 parents cc22fa2 + 7ad713f commit 621d5beCopy full SHA for 621d5be
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