Closed kfatehi closed 11 years ago
Did you find the cause of this?
No unfortunately
I couldn't find anything obvious. It might be worth asking on the Celluloid group if you're still interested in going down that path. https://groups.google.com/forum/#!forum/celluloid-ruby
Hello, @keyvanfatehi I just ran into the same issue this afternoon, and found that it's because you might probably
require File.expand_path("../../config/environment", __FILE__)
after
require 'sucker_punch/testing/inline'
After putting testing/inline after environment, everything works fine again.
@dlackty Thanks for the feedback. Sure enough, adding require 'sucker_punch'
before require 'sucker_punch/testing/inline'
resolved the issue.
Hi here is my backtrace when running my specs on this version of my program. I might figure it out but I thought I'd leave this note.