We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f8984 commit 320d2acCopy full SHA for 320d2ac
spec/classes/postgresql__config_spec.rb
@@ -6,7 +6,7 @@
6
it do
7
should include_class('boxen::config')
8
9
- %w(data/postgresql log/postgresql).each do |d|
+ %w(data/postgresql-9.3 log/postgresql-9.3).each do |d|
10
should contain_file("/test/boxen/#{d}").with_ensure(:directory)
11
end
12
spec/classes/postgresql__service_spec.rb
should contain_service("com.boxen.postgresql").with_ensure(:stopped)
- should contain_exec("init-postgresql-db").with_creates("/test/boxen/data/postgresql/PG_VERSION")
+ should contain_exec("init-postgresql-db").with_creates("/test/boxen/data/postgresql-9.3/PG_VERSION")
should contain_service("dev.postgresql").with_ensure(:running)
should contain_exec("wait-for-postgresql").with_unless("nc -z 127.0.0.1 15432")
0 commit comments