spec/shutterbug/rackapp_spec.rb in shutterbug-0.4.3 vs spec/shutterbug/rackapp_spec.rb in shutterbug-0.5.0
- old
+ new
@@ -66,15 +66,7 @@
get "/shutterbug/get_file/foobar.png"
last_response.should be_ok
last_response.headers['Content-Type'].should match 'image/png'
end
end
-
- describe "get shutterbug.js javascipt route" do
- it "should return js file" do
- get "/shutterbug/shutterbug.js"
- last_response.should be_ok
- last_response.headers['Content-Type'].should match 'application/javascript'
- end
- end
end
end