Sha256: e78a36b79514ff09a2fc8cc4fcc1c34e8e6d2b0248f52bb6eb7082cc1c10c221
Contents?: true
Size: 291 Bytes
Versions: 5
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true ENV['RAILS_ENV'] ||= 'test' require 'active_record/railtie' require 'pry-byebug' require 'voting' ActiveRecord::Base.establish_connection adapter: :sqlite3, database: ':memory:' Dir[File.expand_path('support/**/*.rb', __dir__)].each { |file| require file }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
voting-0.5.0 | spec/rails_helper.rb |
voting-0.4.0 | spec/rails_helper.rb |
voting-0.3.0 | spec/rails_helper.rb |
voting-0.2.0 | spec/rails_helper.rb |
voting-0.1.0 | spec/rails_helper.rb |