Read more

Cucumber factory 1.10.0 released

Tobias Kraze
February 02, 2015Software engineer at makandra GmbH

I've pushed an update to Cucumber factory that simplifies working with FactoryGirl factories.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

Say you define a factory with the class: option:

factory :admin, class: User
  email
  admin true
end

In the past, you had to write

Given there is a user (admin)

Now you can simply write

Given there is an admin

The class is inferred from the factory.

Posted by Tobias Kraze to makandra dev (2015-02-02 14:38)