Sha256: c1b81f14caf25e898a632cec7e06745f8267697bcb52ac791a9b1122c556c64b
Contents?: true
Size: 502 Bytes
Versions: 10
Compression:
Stored size: 502 Bytes
Contents
ENV["APP_ENV"] = 'test' require File.expand_path("../../config/environment", __FILE__) # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join(App.root, %w{spec 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 end
Version data entries
10 entries across 10 versions & 1 rubygems