Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
rspec2, rails3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
linojon  
View profile  
 More options Oct 20 2010, 10:53 pm
From: linojon <lino...@gmail.com>
Date: Wed, 20 Oct 2010 19:53:37 -0700 (PDT)
Local: Wed, Oct 20 2010 10:53 pm
Subject: rspec2, rails3
Hi, has anyone here successfully installed remarkable with rspec2,
rails3?
when I add to spec_helper.rb
   require 'remarkable/active_record'

i get "no such file to load " error

Also, the gem doesnt seem to be installing remarkable_activemodel
stuff

this is the first time i've tried using this gem

thx


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rfichoke  
View profile  
 More options Dec 29 2010, 9:08 pm
From: rfichoke <rfich...@gmail.com>
Date: Wed, 29 Dec 2010 18:08:54 -0800 (PST)
Local: Wed, Dec 29 2010 9:08 pm
Subject: Re: rspec2, rails3

This is wrong on the wiki page.  It should be:

require 'remarkable_activerecord'


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
klochner  
View profile  
 More options Jan 2 2011, 3:04 pm
From: klochner <kloch...@gmail.com>
Date: Sun, 2 Jan 2011 12:04:00 -0800 (PST)
Subject: Re: rspec2, rails3
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

On Dec 29 2010, 6:08 pm, rfichoke <rfich...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »