Tagged Questions
2
votes
2answers
21 views
factory girl uniqueness validation fails for associated factories
I have (simplified) factories defined as follows:
factory :league do
acronym 'NBA'
end
factory :division do
league
end
Divisions belong to Leagues. When I define this factory, it was my ...
0
votes
0answers
15 views
Is it possible to use an if statement in a factory (FactoryGirl)?
I've got two traints in my factory, and I want one of them to be included when I create the object, without it defaulting to one (so randomly pick the trait). Here's what I'm doing:
...
0
votes
0answers
18 views
Why can't I populate a login form with a FactoryGirl.create(:user)?
I'm trying to test a login form with FactoryGirl, Rspec, and Capybara.
I can test the signup form by running FactoryGirl.build(:user), but I can't login a user that is created by Factory Girl with ...
0
votes
2answers
36 views
How to test model's callback method independently?
I had a method in a model:
class Article < ActiveRecord::Base
def do_something
end
end
I also had a unit test for this method:
# spec/models/article_spec.rb
describe "#do_something" do
...
2
votes
1answer
43 views
Are *all* specs for an engine expected to live in the dummy Rails app?
I'm using RSpec to test some engine models.
My preference would be to test the parts that are independent from the (dummy) app outside of the app. I'd prefer to have non-app tests live at the top ...
1
vote
1answer
17 views
Rails: Naming Many Variables with FactoryGirl
I'm using FactoryGirl with my Rspec testings and I need to create many users, but I also need to be able to name them so I can reference them. However, when I'm naming them I keep getting an error.
...
0
votes
1answer
35 views
Why does FactoryGirl(:build) work with Sorcery, but not FactoryGirl(:create)?
I'm trying to setup tests for my Rails app. I'm using Factory Girl and Rspec with Sorcery for authentication. For some reason this test doesn't pass:
describe "User" do
it "has a valid the factory" ...
1
vote
1answer
19 views
Completely remove Rspec, Capybara & Factory-Girl
I've been following the Rails tutorial but decided that ultimately I want to remove Rspec, Capybara and Factory-Girl gems as well as all the generated files, however I have no clue how to do this. I ...
0
votes
1answer
31 views
Nested factories
I am trying to define factories for my tests like this:
factory :content do
id
name
after(:create) do |content|
create(:title, :title_id => content.id)
end
end
# --------------
...
0
votes
1answer
38 views
stub method in FactoryGirl
I have 3 models :
Article:
has_many photos
Photo:
belongs_to article
belongs_to photoType
PhotoType:
has_many articles
And a factory :
FactoryGirl.define do
factory :article do
title 'The ...
1
vote
2answers
51 views
FactoryGirl with a product model : Rspec tell me that “Trait not registered”
Hi magical community !
Still a newbie with basic question for those who have time ;-)
I created a User model and a Product model like this (thanks to @grotori):
class User
has_many ...
1
vote
0answers
24 views
'Errno::ENOENT no such file/directory' intermittently with FactoryGirl & RSpec/Rails
Getting a bizarre error on my RSpec tests, intermittently, on different examples. They all pass 99.999% of the time (and did up until an hour or so ago) leading me to believe there's something crazy ...
0
votes
0answers
20 views
Rails: Reusing Same Record Factory Girl with One Model
I have a Rails model named Games which is related to a Player model using two fields: player_1_id and player_2_id. Each player is associated with a game_type. I'd like to use the same game_type ...
0
votes
2answers
25 views
Rspec passes on individual spec files but fails on whole directory
I have a model section that belongs to course, teacher, and semester.
I have a Factory Girl definition that looks like this:
factory :section do
course
teacher
semester
...
0
votes
1answer
23 views
Setting a child attribute from parent in FactoryGirl
How do you set a dependent attribute that depends on in FactoryGirl?
FactoryGirl.define do
factory :line_item do
quantity 1
price 30 # I want price to come from the product association: ...
1
vote
1answer
34 views
Best practice for FactoryGirl with deep association chains?
I am modeling a complex purchasing workflow in Rails that converts Requisitions to Orders. I'm using FactoryGirl to do my testing and all is well, until I try to test the OrderLineItem, which depends ...
0
votes
0answers
24 views
FactoryGirl and validations on embeds_many in Mongoid
I have a complex model relationship hierarchy setup, Here are the relevant parts ( Channel and ChannelTagWeight model) as:
class Channel
include Mongoid::Document
embeds_many ...
1
vote
2answers
26 views
factory_girl: Factories fails validation(of time) on create, but in my app, the validation passes
I have created an application with a strict input validation for time.. You have to type in the time with this format: 14:00.
This works fine, but when i create Factories with factory-girl, for my ...
0
votes
1answer
24 views
Dynamically generate factory attributes
I want to do following:
classes = ["WelcomeMailing", "NoticeMailing", "FeedbackMailing"] #......
FactoryGirl.define do
classes.each do |tclass|
cl_attributes = ["body", "subject", ...
0
votes
3answers
40 views
Cleanly Setting up multiple models in FactoryGirl for a test/spec
I have been picking up on Rails best practices and learning to write good tests for my rails application.
I am using rspec + FactoryGirl to test at the moment.
For a while I was writing basic model ...
0
votes
0answers
21 views
post(path, parameters = nil, headers = nil) not working in Rails Integration test
I am writing a Rails Integration test case with Capybara, I am testing a basic functionality of posting some values at a particular path, But it isn't working, I am testing with debugger on to that ...
0
votes
2answers
42 views
FactoryGirl: Creating dynamic factories with parameters?
I have three factories that i want to DRY up. They look like this:
factory :sequenced_stamps_by_years, class: Stamp do
...
sequence(:day_date) { |n| n.years.ago }
end
factory ...
0
votes
0answers
95 views
Testing nested controllers: NoMethodError: undefined method `empty?' for nil:NilClass
I have been trying to get my controller test pass...
My routes.rb
namespace :school do
resource :account, :except => [:new, :create, :destroy], :controller => 'account'
resources ...
0
votes
1answer
55 views
Can't sign in with FactoryGirl's user/data
I have to sign in the user before doing my tests which will use JS. The sign in page does work (except on this test).
require 'spec_helper'
require 'capybara/poltergeist'
include Capybara::DSL
...
0
votes
1answer
50 views
Default_scope in Rails model when testing with Rspec using FactoryGirl
I'm developing a blog in Rails and I'm stuck when I was trying to test the default scope I added to the Post model in order to have the posts in descending order of their creation date.
Post code:
...
0
votes
1answer
44 views
Factory Girl with polymorphic has_many association
I'm trying to set up a factorygirl has_many association with a polmorphic association, using the new syntax. Here is the code. It isn't properly building the address, and associating it with the site.
...
0
votes
2answers
85 views
NoMethodError: undefined method `sign_in_as!', FactoryGirl, Rspec, Rails
I am new at Rails. I'm using FactoryGirl to create users for my integration tests, and I cannot figure out how to sign in my user in the test.
My factory looks like this:
FactoryGirl.define do
...
1
vote
0answers
21 views
factory_girl - how to create an object within the definition of another object
I have adopted a Rails app and am trying to put some model tests in; I am using FactoryGirl for the first time so this might be a beginner question.
There is a model called object_connection that ...
0
votes
2answers
30 views
Factory Girl Confirmation Validation in Model Spec
I am having trouble with Factory Girl when trying to test if email confirmation is nil.
Here is my model spec (user_spec.rb)
require 'spec_helper'
describe User do
it "is invalid without an ...
3
votes
3answers
71 views
Rspec model tests for average rating method
I'm trying to write tests for the following method:
def average_rating
reviews = self.reviews
review_sum = reviews.inject(0) { |sum, review| sum += review.rating }
avg_rating = (review_sum / ...
0
votes
1answer
20 views
how can I define a specil struct by factory girl?
Using RSpec and Factory Girl, I create a factory like this:
factory :hot_type do
ad_type_id 4
city_id 110000
image "111"
content { :link_url => 'xxx', ...
1
vote
1answer
38 views
Mongoid find not working?
I have Group and User models. User belongs to Group, Group has many Users.
I'm writing an integration test with Rspec: When a Group has at least one User, the Group is not deleted.
Factory:
...
1
vote
2answers
59 views
How to build a parent with child factory in one step in order to pass validation
Projects must have at least one task created at the same time to ensure the validation passes. This is the snippet I use to validate this:
class Project < ActiveRecord::Base
validates :tasks, ...
1
vote
3answers
37 views
How to create an article of the user
I am testing the controllers with RSpec, FactoryGirls.
It is my factories.rb
FactoryGirl.define do
factory :user do |user|
user.sequence(:name) { Faker::Internet.user_name }
user.email ...
0
votes
1answer
49 views
Rails Capybara Test has empty Instance Variable
I have a controller sending in a list of vendors to my controller, and on normal view it's working fine.
class VendorsController < ApplicationController
respond_to :html, :json
def index
...
0
votes
1answer
83 views
Rails Factory Girl “Create” not saving record?
I have two capybara tests that are testing the signup process on my rails application, both using factory girl. One is just using Factory Girl build command and saving it with the form:
it 'should ...
0
votes
0answers
21 views
Error Binary data for string in “crypted_password” column when working with factory girl rails
When working with FactoryGirl in my development machine, I started to get some:
Binary data inserted for `string` type on column `crypted_password`
since just shortly.
It seems to be an encoding ...
1
vote
1answer
30 views
Nested models testing : Could not find table '*' Error.
I'm trying to run RSpec against a working large codebase (I'm relatively new to Rails), but it fails on this point; My bet that it has something to do with the FactoryGirl definitions.
Overview of ...
1
vote
1answer
50 views
Calling Rails model from another model
Is it considered a best practice to call a Rails model from another model ? (code below) :
#models/user.rb
def get_pending_requests(user_id)
Friend.where("friend_id = ? AND approved = ?", user_id, ...
0
votes
0answers
34 views
factory_girl > association with lazy attributes
I'm trying to have a factory build an Offering object with a child object Rating that will receive the item_id from it's parent.
FactoryGirl.define do
factory :offering do
item_id nil
...
2
votes
2answers
98 views
FactoryGirl creating objects in development environment
When I boot up my rails console in development I see FactoryGirl creating objects. Clearly I'm doing it wrong, but what's the right way to do this? This code makes my tests work...
# ...
0
votes
0answers
59 views
rspec - Factory Girl association before_save
I have a weird issue when using Factory girl assigning objects on create
post = Factory.create(:post, :comment => comment, :user => user)
runs the after_save and doesn't update the comment
...
0
votes
1answer
64 views
Rails instance variable created with FactoryGirl not defined in view
I have a view that displays either a welcome message or a video, depending on whether @video is defined. I am trying to write some tests for the view, but I can't seem to figure out how to cover the ...
0
votes
2answers
40 views
How can I avoid using 'FactoryGirl.reload' due to using 'sequence' in my factories?
Having to use FactoryGirl.reload likely to put some overhead on the time it takes to run all tests (when many tests exist) and also it is described as an Anti-Pattern.
How can I keep using the ...
0
votes
0answers
91 views
Undefined method `name/each' for nil:NilClass whilst testing index view with associations
I have the association that 'one client has many books'.
Instead of the index view of books showing client_id => 1, I have edited it to show the client's name; it works, but the test says ...
0
votes
1answer
46 views
How to use self joining associations in FactoryGirl?
I have two simple factories:
factory :parent_category, :class => Category do
name "Garden"
parent_id 0
display_order 1
end
factory :category do
association :parent_id, ...
0
votes
1answer
31 views
rspec private method test with factory_girl
cashout.rb
class Cashout < ActiveRecord::Base
belongs_to :partner
private
def partner_exist?
if self.partner.nil?
errors.add(:base, "There is no partner! ")
return false;
...
0
votes
1answer
68 views
Undefined method `to_i' for <Array:0x########> whilst testing using factories
I have this problem using FactoryGirl.
Each time I run the test, it comes up with the error: Undefined method `to_i' for Array
I cannot see where it is trying to convert to an integer. My best guess ...
1
vote
2answers
51 views
Table count does not increase after save returns true for nested resource rspec test
I have a 'Mastertag' model as a nested resource for 'Project' with a create action as:
def create
@mastertag = @project.mastertags.build(params[:mastertag])
if @mastertag.save
...
3
votes
1answer
71 views
FactoryGirl define attribute by calling method on another factory
Here is an example from the FactoryGirl documentation:
FactoryGirl.define do
factory :post do
name "Post name"
user
end
end
In this example, user is invoking another factory. What I ...



