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

  • SEARCH
  • Home
  • 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 9149855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:32:01+00:00 2026-06-17T11:32:01+00:00

Some of my tests don’t work because of saved data in my database. I

  • 0

Some of my tests don’t work because of saved data in my database. I found out (code below) that the create function of FactoryGirl doesn’t go through the controller steps to ensure that everything defined in the controller is passed. One thing that my controller does is format an attribute before saving to database to ensure that a string is saved and not an array, e.g. “Monday,Tuesday” instead of [“Monday,Tuesday”].

if Schedule.count == 0
  FactoryGirl.create(:schedule) 
end

How do I set the before statement to make the create functionality execute controller steps?

  • 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-06-17T11:32:02+00:00Added an answer on June 17, 2026 at 11:32 am

    Solved this by putting the following line:

    before { FactoryGirl.create(:default_for_overlap_schedule) }
    

    Full test is:

    describe "has schedule overlap" do
        before { FactoryGirl.create(:default_for_overlap_schedule) }
    
        let!(:overlap_schedule) { FactoryGirl.attributes_for(:overlap_schedule) }
    
        it "prompts user of error" do
            expect{ post :create, schedule: overlap_schedule  }.not_to change(Schedule, :count).by(1)
            flash[:error].should eq("Schedule has an overlap")
        end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across some tests that included code like this: if (this != null)
I have some tests that use guids. The guids used don't need to be
I ran some tests , and the data point that the jQuery inArray() is
I execute some tests within my application, but before doing that I have to
I have some Tests that I run with ReSharpers Run All Tests from Solution
I have some tests of a REST API service that I've written in Scala.
Some tests are used with this annotation @RunWith(Theories.class) in JUnit and I don't know
I'm doing some tests in msvc and C++. I'm trying to create dialog with
After performing some tests I noticed that printf is much faster than cout .
I am trying to run some tests using OPENmpi processing data in an array

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.