spec/assetify/pkg_spec.rb in assetify-0.7.0.rc1 vs spec/assetify/pkg_spec.rb in assetify-1.0.0.rc1
- old
+ new
@@ -36,6 +36,10 @@
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 vendor/assets/vendor`
end
+ it "should shallow paths" do
+
+
+ end
end