fix all tests for previous commit
This commit is contained in:
11
test/support/options.rb
Normal file
11
test/support/options.rb
Normal file
@ -0,0 +1,11 @@
|
||||
module Parfait
|
||||
def self.default_test_options
|
||||
{}
|
||||
end
|
||||
end
|
||||
|
||||
module RubyX
|
||||
def self.default_test_options
|
||||
{ parfait: Parfait.default_test_options}
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user