Skip to content

Commit 8f8fe91

Browse files
committed
Fixes unit test for data directory
1 parent b6a4d23 commit 8f8fe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/defines/server/config_entry_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
end
9090

9191
context "data_directory" do
92-
let(:params) {{ :ensure => 'present', :name => 'data_directory', :value => '/var/pgsql' }}
92+
let(:params) {{ :ensure => 'present', :name => 'data_directory_spec', :value => '/var/pgsql' }}
9393

9494
it 'stops postgresql and changes the data directory' do
9595
is_expected.to contain_exec('postgresql_data_directory')

0 commit comments

Comments
 (0)