tests/staticpress/server_test.rb in staticpress-0.5.2 vs tests/staticpress/server_test.rb in staticpress-0.6.0

- old
+ new

@@ -1,8 +1,6 @@ require_relative '../test_case' -require 'staticpress/server' - class ServerTest < TestCase let(:server) { Staticpress::Server.new } def test_call_root response = server.call(env('/'))