thoughtbot/shoulda-context

Assertions on undefined variables cause ruby to crash.

Closed this issue · 1 comments

This repo has Gemfile.lock, crash report, and rakefile that triggers the crash on my machine. Minimal example included. Found with 2.3.0

I tested this outside of shoulda-context with just minitest::unit and got the proper errors.

Hey, I know it's been a while, but I'm going through old issues to see if they're still relevant. I tried to reproduce this on Ruby 2.3.0. The Gemfile.lock didn't work for me, so I had to remove it and install dependencies solely based on the Gemfile. After I did this, the tests seemed to pass without a hitch. So, unfortunately, I wasn't able to reproduce this and I'm not sure what could have caused this issue. Sorry I couldn't be more helpful.