From 80e154f5061396ab0d22cc116af5c579946715a2 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 19 Mar 2011 23:31:08 -0400 Subject: [PATCH] rake spec failed. Since spec is added to load path in test task just requiring helper fixed it. --- spec/statsd_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/statsd_spec.rb b/spec/statsd_spec.rb index 27059bb..7174bec 100644 --- a/spec/statsd_spec.rb +++ b/spec/statsd_spec.rb @@ -1,4 +1,4 @@ -require 'spec/helper' +require 'helper' describe Statsd do before do