Applications Scribd api requests should always be private
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
rspec-users mailing list [email protected]://rubyforge.org/mailman/listinfo/rspec-users
A similar issue has been reported[1]. It’s a weird bug with ruby
1.9[2]. When you include RSpec::Matchers in an example group, it
makes super recurse infinitely.
The solution, for now, is to not include RSpec::Matchers in an example
group. You shouldn’t need to, anyway; RSpec takes care of including
it for you. I’m working on a fix to work around the bug in 1.9.