Rspec(-rails).2.0.0.beta.13: no such file to load -- action_view/testing/resolvers

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) from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inblock in require’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:197:in
load_dependency' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire’
from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec-
rails-2.0.0.beta.13/lib/rspec/rails/view_rendering.rb:2:in <top (required)>' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
block in require' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:197:inload_dependency’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
require' from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec- rails-2.0.0.beta.13/lib/rspec/rails.rb:4:in<top (required)>’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
require' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inblock in require’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:197:in
load_dependency' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire’
from /mnt/bob/bob.building.app/spec/spec_helper.rb:5:in <top (required)>' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
block in require' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:197:inload_dependency’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
require' from /mnt/bob/bob.building.app/spec/models/landings_variation_spec.rb: 1:in<top (required)>’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in
require' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inblock in require’
from /mnt/bob/bob.building.app/vendor/bundle/gems/
activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:197:in
load_dependency' from /mnt/bob/bob.building.app/vendor/bundle/gems/ activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire’
from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec-
core-2.0.0.beta.13/lib/rspec/core/configuration.rb:250:in block in require_files_to_run' from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec- core-2.0.0.beta.13/lib/rspec/core/configuration.rb:250:inmap’
from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec-
core-2.0.0.beta.13/lib/rspec/core/configuration.rb:250:in
require_files_to_run' from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec- core-2.0.0.beta.13/lib/rspec/core/command_line.rb:12:ininitialize’
from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec-
core-2.0.0.beta.13/lib/rspec/core/runner.rb:46:in new' from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec- core-2.0.0.beta.13/lib/rspec/core/runner.rb:46:inrun_in_process’
from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec-
core-2.0.0.beta.13/lib/rspec/core/runner.rb:37:in run' from /mnt/bob/bob.building.app/vendor/bundle/gems/rspec- core-2.0.0.beta.13/lib/rspec/core/runner.rb:22:inblock in autorun’

On Jun 24, 2010, at 1:37 AM, anywho wrote:

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/

rspec-rails-2.0.0.beta.13 only works with rails-3.0.0.beta4.

HTH,
David