Sha256: 0de23c36030c3b59421e7f5410e813182efe353478de6cc93a4a10b4057165fc
Contents?: true
Size: 558 Bytes
Versions: 3
Compression:
Stored size: 558 Bytes
Contents
#TODO: Specs will need a 'test' rails app to run within, or to mock things like ::Rails.root require 'rspec' require "json" require "active_support" require "action_controller" $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'cacheable_flash' require "support/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} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.2 | spec/spec_helper.rb |
cacheable_flash-0.2.1 | spec/spec_helper.rb |
cacheable_flash-0.2.0 | spec/spec_helper.rb |