Sha256: c22fd253cca468405c32660d5cd028455103ec17bf99e1b7774277455b2a568d
Contents?: true
Size: 489 Bytes
Versions: 3
Compression:
Stored size: 489 Bytes
Contents
$:.unshift File.dirname(__FILE__) $:.unshift File.join(File.dirname(__FILE__), '../lib') ENV["RAILS_ENV"] = "test" require 'rubygems' require 'rspec' require 'action_controller' require 'auxiliary_addons' module Rails module VERSION MAJOR = 3 end end unless defined? Rails # AuxiliaryAddons.root = './' RAILS_ROOT = './' unless defined?(RAILS_ROOT) RAILS_ENV = 'test' unless defined?(RAILS_ENV) RSpec.configure do |config| config.mock_with :rspec end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auxiliary_addons-0.5.6 | spec/spec_helper.rb |
auxiliary_addons-0.5.5 | spec/spec_helper.rb |
auxiliary_addons-0.5.4 | spec/spec_helper.rb |