summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/rack/rest_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/network/http/rack/rest_spec.rb')
-rwxr-xr-xspec/unit/network/http/rack/rest_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/http/rack/rest_spec.rb b/spec/unit/network/http/rack/rest_spec.rb
index b9d835284..fb4917d41 100755
--- a/spec/unit/network/http/rack/rest_spec.rb
+++ b/spec/unit/network/http/rack/rest_spec.rb
@@ -26,7 +26,7 @@ describe "Puppet::Network::HTTP::RackREST" do
end
before :each do
- @response = Rack::Response.new()
+ @response = Rack::Response.new
end
def mk_req(uri, opts = {})