Can someone point me to an installation/setup page for rails3/
rspec2?
I have the remarkable & remarkable_activerecord 3.1.13 gems, and have
tried triangulating configuration from all the github README files,
but I'm unable to test associations or validations at all.
#gems:
remarkable (3.1.13)
remarkable_activerecord (3.1.13)
rspec (2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
rspec-mocks (2.3.0)
rspec-rails (2.3.1)
#spec_helper.rb:
require 'rspec'
require 'rspec/rails'
require 'remarkable'
require 'remarkable_activerecord'
#output
1) User associations
Failure/Error: it {should have_many(:friends)}
undefined method `has_many?' for #<User:0x5019974>
- kevin