Sha256: f6ff0058d3165ef188aa769b1273f370cab3dbcea366e6f5efa8385a9a84d02c
Contents?: true
Size: 405 Bytes
Versions: 4
Compression:
Stored size: 405 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path("#{__dir__}/../lib/association_callbacks") require 'byebug' # Support Dir["#{__dir__}/support/**/*.rb"].each { |f| require f } # Mocks ActiveSupport::Dependencies.autoload_paths << "#{__dir__}/mocks" RSpec.configure do |config| config.raise_errors_for_deprecations! config.before(:each) do Comment.delete_all Post.delete_all end end
Version data entries
4 entries across 4 versions & 1 rubygems