rpon (Ryan Pon)
- Login: rpon
- Registered on: 09/28/2017
- Last sign in: 02/02/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/28/2017
-
08:23 PM Ruby Bug #13948 (Closed): Segfault instead of recursion depth error
- Repro instructions:
~~~ ruby
# (using Ruby 2.4.2)
# 1. $ git clone git@github.com:thoughtbot/factory_girl.git && cd factory_girl
# 2. $ bundle install
# 3. Add the code snippet under spec/acceptance/recursion.rb
# 4. $ rspec sp...