spec/plugin/drop_body_spec.rb in roda-2.29.0 vs spec/plugin/drop_body_spec.rb in roda-3.0.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path("spec_helper", File.dirname(File.dirname(__FILE__))) +require_relative "../spec_helper" describe "drop_body plugin" do it "automatically drops body and Content-Type/Content-Length headers for responses without a body" do app(:drop_body) do |r| response.status = r.path.to_i