]> gitweb.mndrdr.org Git - arelpe.git/commit
A base to the test suite
authorAidan Cornelius-Bell <[email protected]>
Sat, 11 Jan 2025 08:03:50 +0000 (18:33 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sat, 11 Jan 2025 08:03:50 +0000 (18:33 +1030)
commitcc09e7864f246bed14fe940bd0af88dbdab1e2b8
treee52df98e75fdceccc2f5c4b5154adf42770720cd
parent95d10982de91ef08efa9300756fbd73c6a68d25b
A base to the test suite
12 files changed:
Gemfile
Gemfile.lock
test/controllers/pages_controller_test.rb [new file with mode: 0644]
test/controllers/posts_controller_test.rb [new file with mode: 0644]
test/fixtures/files/invalid.json [new file with mode: 0644]
test/fixtures/files/posts.json [new file with mode: 0644]
test/fixtures/pages.yml [new file with mode: 0644]
test/fixtures/posts.yml [new file with mode: 0644]
test/fixtures/users.yml [new file with mode: 0644]
test/models/page_test.rb [new file with mode: 0644]
test/models/post_test.rb [new file with mode: 0644]
test/test_helper.rb