Skip to content

Commit 8a0aca8

Browse files
committed
update test indentation
1 parent 4a29314 commit 8a0aca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/rabbitmq_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
end
409409

410410
it 'for cluster_nodes' do
411-
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
411+
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {4}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
412412
end
413413
end
414414

@@ -423,7 +423,7 @@
423423
end
424424

425425
it 'for cluster_nodes' do
426-
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
426+
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {4}\{cluster_nodes, \{\[\], ram})
427427
end
428428
end
429429
end

0 commit comments

Comments
 (0)