spec/assetify/pkg_spec.rb in assetify-0.4.0 vs spec/assetify/pkg_spec.rb in assetify-0.7.0.rc1

- old
+ new

@@ -33,9 +33,9 @@ it "should unpack all to vendor" do as = Pkg.new "complex", "/tmp/complex/complex.tgz" as.unpack_to_vendor #.should be_a Hash #(hash_including "complex/images/3.png"=>"Im a png image..3\n") File.exists?("public/vendor/complex/src/main.js").should be_true - `rm -rf public/vendor` + `rm -rf vendor/assets/vendor` end end