spec/spec_helper.rb in cacheable_flash-0.2.8 vs spec/spec_helper.rb in cacheable_flash-0.2.9
- old
+ new
@@ -14,10 +14,10 @@
require 'cacheable_flash'
# Instead of loading the installed gem, we load the source code directly, would this work?
#$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
#$LOAD_PATH.unshift(File.dirname(__FILE__))
-require 'support/test_helpers'
+require 'cacheable_flash/test_helpers'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
#Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}