spec/helpers.rb in bigbench-0.0.1 vs spec/helpers.rb in bigbench-0.0.2
- old
+ new
@@ -1,18 +1,16 @@
require 'bigbench'
require 'rack'
require 'active_support/all'
require 'net/http'
-require 'thin'
-require 'lib/test_web_server'
+require 'eventmachine'
+require 'em-http'
module Helpers
end
RSpec.configure do |config|
config.include Helpers
- config.before(:all) { TestWebServer.start }
- config.after(:all) { TestWebServer.stop }
config.before(:each) {
BigBench::Configuration.reset!
BigBench::Benchmark.reset!
}
end
\ No newline at end of file