Skip to content

Commit

Permalink
rake spec failed. Since spec is added to load path in test task just …
Browse files Browse the repository at this point in the history
…requiring helper fixed it.
  • Loading branch information
jnunemaker committed Mar 20, 2011
1 parent fba12c2 commit 80e154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/statsd_spec.rb
@@ -1,4 +1,4 @@
require 'spec/helper'
require 'helper'

describe Statsd do
before do
Expand Down

0 comments on commit 80e154f

Please sign in to comment.