Sha256: 5d99bf566135c1ee9c1cfcda6eb77d836031d75716fb3d0f0e398c8b002847ca
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.3 | spec/spec_helper.rb |