Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit bc9c26b

Browse files
Daniel Wrightdgoodlad
authored andcommitted
postgresql::db no longer requires an Exec
1 parent 638e9b6 commit bc9c26b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)