Sha256: 37dd3dc211f32dc9a63deea51f9a0f3fa6c7bcec7574009fa28a522e4881137f

Contents?: true

Size: 227 Bytes

Versions: 5

Compression:

Stored size: 227 Bytes

Contents

ENV["RAILS_ENV"] ||= 'test'

require ::File.expand_path('../dummy/config/environment', __FILE__)
require 'rspec/rails'
require 'base_presenter'

RSpec.configure do |config|
  config.color_enabled = true
  config.tty = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
base_presenter-0.0.9 spec/spec_helper.rb
base_presenter-0.0.8 spec/spec_helper.rb
base_presenter-0.0.7 spec/spec_helper.rb
base_presenter-0.0.6 spec/spec_helper.rb
base_presenter-0.0.5 spec/spec_helper.rb