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

- old
+ new

@@ -30,11 +30,11 @@ it "should read css" do Assetify.read_jsfile.first.type.should eql(:css) end it "should have fullpath" do - asset.fullpath.should eql("public/stylesheets/grid.css") + asset.fullpath.should eql("vendor/assets/stylesheets/grid.css") end end describe "readjs" do @@ -56,10 +56,10 @@ it "should have a name" do asset.name.should eql("cool") end it "should have fullpath" do - asset.fullpath.should eql("public/javascripts/cool.js") + asset.fullpath.should eql("vendor/assets/javascripts/cool.js") end end