Sha256: 9cc054b66a858ce59cd4f32d1edc99dc20a9225a3baf59919dd0e8da62711502

Contents?: true

Size: 292 Bytes

Versions: 7

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

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

require 'active_record/railtie'
require 'attachy'
require 'pry-byebug'

ActiveRecord::Base.establish_connection adapter: :sqlite3, database: ':memory:'

Dir[File.expand_path('support/**/*.rb', __dir__)].each { |file| require file }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
attachy-0.4.1 spec/rails_helper.rb
attachy-0.4.0 spec/rails_helper.rb
attachy-0.3.0 spec/rails_helper.rb
attachy-0.2.0 spec/rails_helper.rb
attachy-0.1.2 spec/rails_helper.rb
attachy-0.1.1 spec/rails_helper.rb
attachy-0.1.0 spec/rails_helper.rb