Skip to content

Commit 5b522f5

Browse files
committed
Fix tests broken by #592
1 parent 1d87daf commit 5b522f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/defines/defaults_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
context 'with a single option' do
2626
let(:params) do
2727
{
28-
options: { 'balance' => 'roundrobin' }
28+
options: { 'balance' => 'roundrobin' },
29+
merge_options: false
2930
}
3031
end
3132

@@ -41,8 +42,7 @@
4142
context 'with merge defaults true' do
4243
let(:params) do
4344
{
44-
options: { 'balance' => 'roundrobin' },
45-
merge_options: true
45+
options: { 'balance' => 'roundrobin' }
4646
}
4747
end
4848

0 commit comments

Comments
 (0)