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

- old
+ new

@@ -24,9 +24,10 @@ 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/scripts/run.sh') assert File.exists?('foo-sandbox/pkg/foo-sandbox-0.0.1.tar.gz') end end