Skip to content

Commit

Permalink
Test up
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 17, 2014
1 parent ff60889 commit 93f78be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vitrine_asset_compiler.rb
Expand Up @@ -39,7 +39,7 @@ def test_compiles_coffeescript_sourcemap

get '/js/nice.js.map'
ref = {"version"=>3, "file"=>"", "sourceRoot"=>"", "sources"=>["/js/nice.coffee"],
"names"=>[], "mappings"=>"AAAA;CAAA,CAAA,GAAA,KAAA;CAAA"}
"names"=>[], "mappings"=>"AAAA;AAAA,EAAA,KAAA,CAAM,UAAN,CAAA,CAAA;AAAA"}
assert_equal ref, JSON.parse(last_response.body)
end

Expand Down

0 comments on commit 93f78be

Please sign in to comment.