Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide alternative to "test/unit/assertionfailederror" on ruby1.9.1 #4

Closed
mbj opened this issue Mar 1, 2010 · 3 comments
Closed

Comments

@mbj
Copy link

mbj commented Mar 1, 2010

It looks like this file does not exist in the standard library of ruby1.9.1..

/home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:in require': no such file to load -- test/unit/assertionfailederror (LoadError) from /home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:inrequire'
from /home/mbj/.bundle/ruby/1.9.1/gems/rspec-rails-2.0.0.a10/lib/rspec/rails/matchers.rb:2:in <top (required)>' from /home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:inrequire'
from /home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:in require' from /home/mbj/.bundle/ruby/1.9.1/gems/rspec-rails-2.0.0.a10/lib/rspec/rails.rb:2:in<top (required)>'
from /home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:in require' from /home/mbj/.gem/ruby/1.9.1/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:169:inrequire'
from /home/mbj/devel/testapp/vehicles/spec/spec_helper.rb:5:in <top (required)>' from ./spec/controllers/vehicles_controller_spec.rb:1:inrequire'
from ./spec/controllers/vehicles_controller_spec.rb:1:in `

'

@mbj
Copy link
Author

mbj commented Mar 1, 2010

fixed this in my forked repo: git://github.com/mbj/rspec-rails.git

@dchelimsky
Copy link
Contributor

Merged: http://github.com/rspec/rspec-rails/commit/5f6524b866677c52a78f274f8360efbb33700d06

Thanks mbj!

FYI - I squashed your two commits into one but kept you as author - seemed cleaner that way - good?

@mbj
Copy link
Author

mbj commented Mar 4, 2010

thx, I have to spend some time reading the git manuals to do such squashing for myself.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants