Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4559784
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:50:17+00:00 2026-05-21T17:50:17+00:00

I suspect I just being very dumb with this and missing something obvious. But

  • 0

I suspect I just being very dumb with this and missing something obvious. But I fairly new to rspec and factory girl and cannot get this simple test to work.

Basically I have set up a model called page and am calling it in the controller like this:

@pages = Page.where(:page_type => "homepage").limit(2)

for in my test I do the following:

before do
     @pages = [Factory(:page), Factory(:page, :title=> "Contact", :content=>"contact content", :meta=>"meta content", :page_type=>'homepage') ]
     get 'index'
end

it 'should set the pages variable' do
   assigns[:pages].should_not be_nil
   assigns[:pages].length == 2;
end

yet all I get is:

Failure/Error: assigns[:pages].should_not be_nil
expected not nil, got nil

ANy help greatly appreciated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T17:50:18+00:00Added an answer on May 21, 2026 at 5:50 pm

    Your controller is setting its @pages instance variable to nil. Most likely it’s not being assigned to at all. Are you sure the code snippet which you pasted:

    @pages = Page.where(:page_type => "homepage").limit(2)
    

    is being called in the index action of your controller? If so, that code would set @pages to the empty list, not nil.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just as in title. Is suspect it is, but I couldn't find it anywhere
I've notice an issue - it feels like a bug but I suspect a
I'm having a lot of issues with NSDate objects being prematurely deallocated. I suspect
I'm trying to get this piece of code working a little better. I suspect
I've got no experience with this, so i suspect my logic is overly complicated,
I'm trying to build a very, very simple micro-webapp which I suspect will be
I've played with this for quite a while but am at a bit of
I have something weird going on with using UINib, although I suspect the real
I suspect that one of my applications eats more CPU cycles than I want
I've just started looking at a project that has >20k unit tests written in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.