I'm using this setup with rails 3/1.9.1 and this aforementioned gem.
However, when running rake spec, I get this error:
no such file to load -- test/unit/assertionfailederror
seems 1.9.1 no longer has this file. I tested running it with
commenting out this requirement and simply adding the below
Running into issues with latest rspec beta.
Beta.12 works flawlessly. Any insights are appriciated.
/mnt/bob/bob.building.app/vendor/bundle/gems/activesupport-3.0.0.beta3/
lib/active_support/dependencies.rb:209:in `require': no such file to
load -- action_view/testing/resolvers (LoadError)