Sha256: 3b4386ca4747a808750c3302989422344c6b2edeb7721d2d83ef58e3536919d2
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require 'coveralls' Coveralls.wear! if ENV['APPRAISAL_INITIALIZED'] || ENV['TRAVIS'] app_name = Pathname.new(ENV['BUNDLE_GEMFILE']).basename.to_s.gsub(/\.gemfile\z/, '') require File.join(File.dirname(__FILE__), 'apps', app_name, 'config', 'environment') end require 'rspec/rails' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticonf-rails-1.0.0 | spec/spec_helper.rb |
elasticonf-rails-1.0.0.beta | spec/spec_helper.rb |