File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
it do
7
7
should include_class ( 'boxen::config' )
8
8
9
- %w( data/postgresql log/postgresql ) . each do |d |
9
+ %w( data/postgresql-9.3 log/postgresql-9.3 ) . each do |d |
10
10
should contain_file ( "/test/boxen/#{ d } " ) . with_ensure ( :directory )
11
11
end
12
12
Original file line number Diff line number Diff line change 6
6
it do
7
7
should contain_service ( "com.boxen.postgresql" ) . with_ensure ( :stopped )
8
8
9
- should contain_exec ( "init-postgresql-db" ) . with_creates ( "/test/boxen/data/postgresql/PG_VERSION" )
9
+ should contain_exec ( "init-postgresql-db" ) . with_creates ( "/test/boxen/data/postgresql-9.3 /PG_VERSION" )
10
10
should contain_service ( "dev.postgresql" ) . with_ensure ( :running )
11
11
should contain_exec ( "wait-for-postgresql" ) . with_unless ( "nc -z 127.0.0.1 15432" )
12
12
end
You can’t perform that action at this time.
0 commit comments