Sha256: 4e3c8292d1d85ce688ee97d27d0dbd584fb8edbbe6cf2ac140c53700ad463b5b

Contents?: true

Size: 542 Bytes

Versions: 48

Compression:

Stored size: 542 Bytes

Contents

ENV["RAILS_ENV"] = "test"
ENGINE_RAILS_ROOT = File.join(File.dirname(__FILE__), '../')

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require 'rspec/rails'
require 'capybara/rspec'
require 'factory_girl_rails'
require 'brightcontent-attachments'

Dir[File.join(ENGINE_RAILS_ROOT, "spec/support/**/*.rb")].each {|f| require f }

Rails.backtrace_cleaner.remove_silencers!

RSpec.configure do |config|
  config.mock_with :rspec
  config.use_transactional_fixtures = true
  config.include FactoryGirl::Syntax::Methods
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
brightcontent-attachments-2.4.6 spec/spec_helper.rb
brightcontent-attachments-2.4.5 spec/spec_helper.rb
brightcontent-attachments-2.4.4 spec/spec_helper.rb
brightcontent-attachments-2.4.3 spec/spec_helper.rb
brightcontent-attachments-2.4.2 spec/spec_helper.rb
brightcontent-attachments-2.4.1 spec/spec_helper.rb
brightcontent-attachments-2.4.0 spec/spec_helper.rb
brightcontent-attachments-2.3.4 spec/spec_helper.rb
brightcontent-attachments-2.3.3 spec/spec_helper.rb
brightcontent-attachments-2.3.2 spec/spec_helper.rb
brightcontent-attachments-2.3.1 spec/spec_helper.rb
brightcontent-attachments-2.3.0 spec/spec_helper.rb
brightcontent-attachments-2.2.2 spec/spec_helper.rb
brightcontent-attachments-2.2.1 spec/spec_helper.rb
brightcontent-attachments-2.2.0 spec/spec_helper.rb
brightcontent-attachments-2.1.5 spec/spec_helper.rb
brightcontent-attachments-2.1.4 spec/spec_helper.rb
brightcontent-attachments-2.1.3 spec/spec_helper.rb
brightcontent-attachments-2.1.2 spec/spec_helper.rb
brightcontent-attachments-2.1.1 spec/spec_helper.rb