Skip to content

Instantly share code, notes, and snippets.

View entcheva's full-sized avatar
:octocat:

Christina Entcheva entcheva

:octocat:
  • GitHub Staff
  • 16:04 (UTC -04:00)
View GitHub Profile
@entcheva
entcheva / REPRODUCTION_SCRIPT.rb
Created March 20, 2020 19:51
Reproduction script for Issue #1372
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "factory_bot", "~> 5.0"
gem "activerecord"
gem "sqlite3"
end