[rspec-users] Rspec - gem_original_require': no such file to load -- rhom/rhom_db_adapter

2012-04-05 Thread Suresh Babu Madineni
Hello, Iam trying to use Rspec to test helper methods in my project. When i run the rspec command on my file, the following error note is displayed. C:/RhoStudio/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in *`gem_original_require': no such file to load -- rhom/rhom_db_adapter (L

[rspec-users] Stub conflict?

2012-04-05 Thread James
Hi, I have two stubs in two different specs (one model, one controller). For some reason they are causing some strange conflict with one another. If I comment out the controller stub, the model spec passes. Controller Spec --- require 'spec_helper' describe MyClass:

[rspec-users] Stub conflict?

2012-04-05 Thread James
Hi, I have two stubs in two different specs (one model, one controller). For some reason they are causing some strange conflict with one another. If I comment out the controller stub, the model spec passes. Controller Spec --- require 'spec_helper' describe MyClass: