spec/bin/store_spec.rb in honkster-bin-0.6.3.3 vs spec/bin/store_spec.rb in honkster-bin-0.6.3.4
- old
+ new
@@ -1,5 +1,5 @@
-require 'helper'
+require File.expand_path("#{File.dirname(__FILE__)}/../helper")
describe Bin::Store do
before(:each) do
DB.collections.each do |collection|
collection.remove
\ No newline at end of file