Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in factory-bot

Running integration/acceptance tests on the frontend. Need an API for the frontend to tell Rails which database state to set up for each test

How to create test objects with nested attributes with FactoryGirl in Ruby on Rails?

Factory Girl pass parameter to trait

Share traits across different factories

ruby factory-bot traits

Rail 3.2.2/Devise: deprecation warning with rspec

Singleton factories in factory_girl/machinist?

FactoryGirl association model trouble: "SystemStackError: stack level too deep"

Factory Girl / Capybara deleting records from database mid-test?

Rspec/FactoryGirl: clean database state

rails factory girl getting "Email has already been taken"

ruby-on-rails factory-bot

in factorygirl, any way to refer to the value of field1 when initializing field2?

ruby-on-rails factory-bot

How to include a module in a factory_girl factory?

How to get a random number in FactoryGirl?

rspec factory-bot

How to handle foreign key in FactoryGirl

FactoryGirl: Factory not registered: user (ArgumentError)

ruby cucumber factory-bot

How can I create unique strings (with no numbers) with factory girl?

factory girl passing arguments to model definition on build/create

FactoryGirl: why does attributes_for omit some attributes?

Zeus + FactoryGirl::Syntax::Methods. undefined method `create'

How can I add my seed data to my test database using rake db:seed?