12 Commits

Author SHA1 Message Date
Yoann Chaudet c77dce5d9f update fixture the proper way 2024-08-06 16:05:34 -07:00
Yoann Chaudet dcc8e40474 Update fixtures 2024-08-06 15:56:20 -07:00
Yoann Chaudet a55dcb8522 Update fixtures 2024-02-12 22:46:17 -08:00
Yoann Chaudet b73e57c646 Update fixtures 2024-02-09 11:41:58 -08:00
Fabian Aguilar Gomez f2130f7e68 sync test files 2023-02-02 12:22:09 -06:00
Fabian Aguilar Gomez 2a66d2b260 bump version to 3.9.3 2023-02-02 11:22:31 -06:00
Yoann Chaudet eaf5f4fbed Sync tests 2022-07-27 13:27:25 -07:00
Yoann Chaudet 8aadb46dba fix tests 2022-04-19 16:07:29 -07:00
Yoann Chaudet ae108b738a fix test + prep 1.0.3 2022-04-19 15:59:52 -07:00
Yoann Chaudet 8e8c7a0a95 Update test fixtures 2022-03-03 20:14:15 -08:00
Jess Bees 5a78e45c89 Support recording expected output in an action!
the `record_expected_output` script now uses the `act` utility
(https://github.com/nektos/act) to run this repo's action in a container
as github actions would.

You can now pass one argument to that, `local`, to go back to running
`github-pages` on your local ruby install. (I removed the `.ruby-version`
file since we don't *need* to record using the local env anymore, so
make sure that you're on Ruby 2.7.4)

This eliminates the inconsistency between recorded output and generated
output on actions, so we don't need to ignore any lines in `diff` anymore.
2022-02-02 12:50:26 -05:00
Jess Bees 2788dc5c6e Add expected outputs for existing tests 2022-02-02 11:59:50 -05:00