Skip to content

Commit 026338c

Browse files
author
Daniel Wright
committed
postgresql::db no longer requires an Exec
1 parent 018f849 commit 026338c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/defines/postgresql_db_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
should contain_exec("postgresql-db-#{title}").with({
1111
:command => "createdb -p15432 -E UTF-8 -O testuser #{title}",
12-
:require => 'Exec[wait-for-postgresql]',
1312
:unless => "psql -aA -p15432 -t -l | cut -d \\| -f 1 | grep -w '#{title}'"
1413
})
1514
end

0 commit comments

Comments
 (0)