Actions
Bug #9226
closedGetting method `inspect' called on unexpected T_NODE object (0x000000025ddea8 flags=0x109089c klass=0x0) (NotImplementedError) from Hash#inspect
Description
We're trying to get a green RSpec build against ruby 2.1.0.preview2, and we're getting this very odd failure on travis:
https://travis-ci.org/rspec/rspec-core/jobs/15066502#L122
The line where it's failing is here:
It's calling inspect
on a Hash and blowing up with that confusing error. The hash that's causing this failure (if that helps) is here:
It's the { :ruby => lambda { } }
hash being passed to filter_run_excluding
.
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0