test/package_test.rb in opskeleton-0.3.3 vs test/package_test.rb in opskeleton-0.4.0

- old
+ new

@@ -23,12 +23,12 @@ def test_build with_cwd 'foo-sandbox' do Opsk::Root.start ['package'] end - assert File.exists?('foo-sandbox/foo-sandbox-0.0.1/Puppetfile') - assert File.exists?('foo-sandbox/foo-sandbox-0.0.1/manifests/site.pp') - assert File.exists?('foo-sandbox/foo-sandbox-0.0.1/scripts/run.sh') + assert File.exists?('foo-sandbox/pkg/foo-sandbox-0.0.1/Puppetfile') + assert File.exists?('foo-sandbox/pkg/foo-sandbox-0.0.1/manifests/site.pp') + assert File.exists?('foo-sandbox/pkg/foo-sandbox-0.0.1/scripts/run.sh') assert File.exists?('foo-sandbox/pkg/foo-sandbox-0.0.1.tar.gz') end end