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 377555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:42:29+00:00 2026-05-12T14:42:29+00:00

My controller is able to create a child book_loan. I am trying to test

  • 0

My controller is able to create a child book_loan. I am trying to test this behavior in a functional test but am having a hard time using the assert_difference method. I’ve tried a number of ways of passing the count of book_loans to assert_difference with no luck.

  test "should create loan" do
    @request.env['HTTP_REFERER'] = 'http://test.com/sessions/new'
    assert_difference(books(:ruby_book).book_loans.count, 1) do
      post :loan, {:id => books(:ruby_book).to_param,
                               :book_loan => {:person_id => 1,
                                              :book_id =>
                                                books(:dreaming_book).id}}

    end
  end

can’t convert BookLoan into String

assert_difference(books(:ruby_book).book_loans,:count, 1)

NoMethodError: undefined method ‘book_loans’ for #

assert_difference('Book.book_loans.count', +1)

can’t convert Proc into String

assert_difference( lambda{books(:ruby_book).book_loans.count}, :call, 1 )
  • 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-12T14:42:29+00:00Added an answer on May 12, 2026 at 2:42 pm

    It looks like assert_difference expects a string, which it will eval before and after the block. So the following may work for you:

    assert_difference('books(:ruby_book).book_loans.count', 1) do
      ...
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to be able to quickly convert an image (inside a rails controller)
I have a namespaced controller for some admin functionality. My create form does not
UPDATED QUESTION: Hello , so I was able to create the modal view curl
I have been able to use CakePHP's saveAll method to simultaneously create 'Members' and
I am trying to create multiple records with two collections that i have View
I am trying to figure how to create tests for my controllers that are
So before I've managed to work with TabBarViewControllers and create an application using them.
I have been trying for last 3 days still i am not able to
I used to be able to do the following in Preview 3 <%=Html.BuildUrlFromExpression<AController>(c =>
My Controller class is decorated with an AuthorizeAttribute to protect the actions: [Authorize(Roles =

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.