test/compressed_test.rb in sinatra-assetpack-0.1.7 vs test/compressed_test.rb in sinatra-assetpack-0.2.0
- old
+ new
@@ -22,9 +22,9 @@
get '/app.js'
assert last_response.status == 200
end
test "lol" do
- get '/app.4872837.js'
+ get '/app.b1946ac92492d2347c6235b4d2611184.js'
assert last_response.status == 200
end
end