spec/spec_helper.rb in fnordmetric-0.7.5 vs spec/spec_helper.rb in fnordmetric-0.9.7

- old
+ new

@@ -11,9 +11,13 @@ $: << ::File.expand_path('../../lib', __FILE__) require "fnordmetric" require "eventmachine" require 'em-hiredis' +$: << ::File.expand_path('../../spec', __FILE__) +module FnordMetric::GaugeLike; end +require "gauge_like_shared" + def EM.defer; yield; end def EM.next_tick; yield; end class RedisWrap \ No newline at end of file