Sha256: 715433e823c3e166324ce3a54d290efb799e5227d5d15f5b873eed6addb940fc
Contents?: true
Size: 548 Bytes
Versions: 17
Compression:
Stored size: 548 Bytes
Contents
require 'rubygems' require 'active_support' require 'active_support/test_case' ActiveSupport::Dependencies.load_paths << "#{File.dirname(__FILE__)}/../lib" ActiveSupport::Dependencies.load_paths << "#{File.dirname(__FILE__)}/../app/models" ActiveSupport::Dependencies.load_paths << "#{File.dirname(__FILE__)}/../app/controllers" # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} Spec::Runner.configure do |config| end
Version data entries
17 entries across 17 versions & 1 rubygems