Sha256: bab84dd38f782cbe30a971a1a7cdabab7d0477dacfdc06250d6476e9fff26414

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

require 'bundler'
Bundler.setup

require 'paperclip-storage-tmp'
Dir[File.dirname(__FILE__) + '/support/*.rb'].each {|f| require f }

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.around do |example|
    ActiveRecord::Base.transaction do
      example.run
      raise ActiveRecord::Rollback
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
paperclip-storage-tmp-0.0.4 spec/spec_helper.rb
paperclip-storage-tmp-0.0.3 spec/spec_helper.rb
paperclip-storage-tmp-0.0.2 spec/spec_helper.rb
paperclip-storage-tmp-0.0.1 spec/spec_helper.rb