spec/simple/httpd/static_mounting_spec.rb in simple-httpd-0.3.5 vs spec/simple/httpd/static_mounting_spec.rb in simple-httpd-0.4.0
- old
+ new
@@ -5,9 +5,9 @@
http.get "/README.txt"
expect_response "This is a README file\n"
end
it "does not return a forbidden static file" do
- http.get "/root.rb"
+ http.get "/routes.rb"
expect_response 404
end
end