Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in factory-bot

RSpec: Include a custom helper module in spec_helper.rb

ControllerMacros method not being loaded by RSpec

rake db:fixtures:load on factory_girl

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