1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-11 00:52:29 +01:00
2023-03-02 17:13:46 +01:00
..
2016-03-23 18:39:41 +01:00
2016-06-29 11:23:21 +02:00
2016-04-07 17:46:23 +02:00
2016-11-28 11:00:01 +01:00
2016-11-28 11:00:01 +01:00
2023-03-02 17:13:46 +01:00
2022-10-11 12:39:50 +02:00
2023-02-16 16:43:23 +01:00
2019-05-29 10:58:45 +02:00
2022-10-11 12:39:50 +02:00
2022-10-25 19:10:14 +02:00
2023-02-15 10:29:54 +01:00
2023-02-15 10:29:54 +01:00
2022-10-11 12:39:50 +02:00

Test fixtures

Fixtures are test data. Every time a new test is run, the database is filled with these data.

You can create fixtures manually or using the following task, to dump your current table/database to the YAML fixture files:

rails db:to_fixtures[table]

The parameter table is optional. If not specified, the whole database will be dumped.