burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Fix LoadTracking spec for Ruby SyntaxError bug #602

Closed metcalf closed 7 years ago

metcalf commented 7 years ago

The LoadTracking spec is currently failing for Ruby 2.3+ due to: https://bugs.ruby-lang.org/issues/12811

This hacks around the VM bug by changing the expectation depending on the running version of Ruby.

metcalf commented 7 years ago

r? @nuance-stripe cc @russelldavis on fun Ruby bugs :)