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
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:
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: