Sha256: b22f2365bbde28b4434eee24919b30cce3e48d25dc39d12b6374c4dcc38d9f1d
Contents?: true
Size: 658 Bytes
Versions: 33
Compression:
Stored size: 658 Bytes
Contents
# encoding: utf-8 ENV["AHN_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'adhearsion/rspec' require 'rspec/autorun' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # ## Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr config.filter_run :focus => true config.run_all_when_everything_filtered = true end
Version data entries
33 entries across 33 versions & 2 rubygems