spec/unit/server_spec.rb in hatetepe-0.5.0.pre.1 vs spec/unit/server_spec.rb in hatetepe-0.5.0.pre.2

- old
+ new

@@ -1,8 +1,9 @@ # -*- encoding: utf-8 -*- require "spec_helper" require "hatetepe/server" +require "rack/lint" describe Hatetepe::Server, "(public API)" do describe ".start(config, &app)" do it "starts a server that listens on the supplied interface and port" it "passes the config to incoming connections"