test/package_test.rb in opskeleton-0.1.2 vs test/package_test.rb in opskeleton-0.1.3

- old
+ new

@@ -24,11 +24,11 @@ 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.tar.gz') end end