Closed wulftone closed 9 years ago
Oh snap! Thanks @wulftone for reporting, will have a look!
Any luck here?
@wulftone apologies, had a bit of a crazy time leading up to, and during, Rubyfuza this past week. Let me have a look today.
I believe this was broken by 8002497 which introduced a dependency on ERB
in config.rb
without requiring it. A test was added for this, so why didn't it catch it?
The reason appears to be that rspec requires erb, so this is why it passes under test:
puts(require "rspec")
puts(require "erb")
$ ruby /tmp/foo.rb
true
false
@marcbowes legend, thanks!
Ran into this issue when trying to update from 2.3 to 3.1:
Looks like something's missing!