Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in factory-bot

Why are my tests failing with bad argument (expected URI object or URI string) error?

Why does this requests spec fail intermittently, or how can I debug it?

Not require FactoryBot preface before create

ruby-on-rails factory-bot

uninitialized constant FactoryGirl when run rspec, but works in console

How do you define trait using Fabrication

I can't save an object with RSpec 2 and FactoryGirl

An error occurred while loading ./spec/controllers/users_controller_spec.rb

ruby factory-bot

RSpec test to check (Rails model: validates :something, :inclusion => list from other activeRecord)

NoMethodError: undefined method `email' for nil:NilClass (Rspec/factory girl/cancan/devise)

Factory(:some_factory) or FactoryGirl.create(:some_factory)

ruby-on-rails factory-bot

FactoryGirl not aware of new column

ruby-on-rails factory-bot

Create a factory field value based on a number set in another field in the same factory

ruby factory-bot

Change an attribute on a Factory after creation of record

Cucumber: Factory Girl doesn't modify database -- creates object with .create but database table is still empty afterwards

Seeded database key values conflicting with factory bot create/build

FactoryGirl association Parent can't be blank