File: book.toml

package info (click to toggle)
ruby-factory-bot 6.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,372 kB
  • sloc: ruby: 7,827; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[book]
authors = ["Mike Burns"]
language = "en"
multilingual = false
src = "src"
title = "factory_bot"

[output.html.redirect]
"/setup/rspec.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-RSpec"
"/setup/cucumber.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-Cucumber"
"/setup/minitest-rails.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-minitest-rails"
"/setup/minitest-spec.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-Minitest::Spec"
"/setup/minitest.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-Minitest"
"/setup/spinach.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-Spinach"
"/setup/test-unit.html" = "https://github.com/thoughtbot/factory_bot/wiki/Integration:-Test::Unit"
"/setup/update-gemfile.html" = "summary.html"
"/setup/configure-test-suite.html" = "summary.html"
"/using-factories/build_stubbed-and-marshaldump.html" = "build-strategies.html"
"/associations/has_many-associations.html" = "../cookbook/has_many-associations.html"
"/associations/has_and_belongs_to_many-associations.html" = "../cookbook/has_and_belongs_to_many-associations.html"
"/associations/polymorphic-associations.html" = "../cookbook/polymorphic-associations.html"
"/associations/interconnected-associations.html" = "../cookbook/interconnected-associations.html"
"/traits/defining-traits.html" = "summary.html"
"/callbacks/default-callbacks.html" = "summary.html"