spec/spec.rb in remix-stash-1.1.1 vs spec/spec.rb in remix-stash-1.1.2
- old
+ new
@@ -10,10 +10,10 @@
load File.dirname(__FILE__) + '/support/rails/config/environment.rb'
ENV['MEMCACHED_SERVERS'] = 'localhost:11211'
ENV['MEMCACHED_NAMESPACE'] = 'spec'
- $LOAD_PATH << File.dirname(__FILE__) + '/../lib'
+ $LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'remix/stash'
Spec = Test::Unit::TestCase
include Remix
\ No newline at end of file