spec/integration/shared_spec.rb in cross-stub-0.2.2 vs spec/integration/shared_spec.rb in cross-stub-0.2.3

- old
+ new

@@ -1,6 +1,6 @@ -require File.join(File.dirname(__FILE__), '..', 'spec_helper') -require File.join(File.dirname(__FILE__), '..', 'includes') +require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'spec_helper') +require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'includes') shared 'has standard setup' do before { CrossStub.setup(cache_store(@store_type)) } after { CrossStub.clear } end