Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d10175a63cf74

Jump to content

Talk:Factory Bot (Rails Testing)

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 8 years ago by Stansult in topic Rename

I have added Category:Ruby (programming language). Please change this if it is wrong. Biscuittin (talk) 21:35, 3 March 2016 (UTC)Reply

Rename

[edit]
  1. Factory Girl was renamed into Factory Bot (source)
  2. It is not only for Rails Testing, it’s generic Ruby library (source)  Preceding unsigned comment added by Stansult (talkcontribs) 22:05, 31 October 2017 (UTC)Reply

Cleanup

[edit]

I have rewrote some of the article and did the rename. It seems that it is an obscure orphan lingering on the fringes of Wikipedia with much attention to anybody.

  • factory_bot is a specific software library, not a "philosophy", whatever that was to mean in this instance.
  • Fixture has a specific, generally understood, meaning in software testing which isn't 100% identical to Rails' fixture concept. It generally means "a fixed, predefined, repeatable setup for a test". Both factory_bot and Rails' fixture mechanism provide that, but in different ways and on a different level.
  • I removed manual-like stuff and explanations for would-be users, per WP:NOT#GUIDE