spec/helper/all.rb in em-synchrony-0.1.4 vs spec/helper/all.rb in em-synchrony-0.1.5
- old
+ new
@@ -1,9 +1,13 @@
require 'rubygems'
require 'spec'
require 'pp'
require 'lib/em-synchrony'
+require 'lib/em-synchrony/em-http'
+require 'lib/em-synchrony/em-mysqlplus'
+require 'lib/em-synchrony/em-remcached'
+
require 'helper/tolerance_matcher'
require 'helper/stub-http-server'
def now(); Time.now.to_f; end
\ No newline at end of file