]> git.openstreetmap.org Git - rails.git/commit
Convert ACL fixture to a factory, and add some tests
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Oct 2016 08:15:56 +0000 (09:15 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Oct 2016 08:15:56 +0000 (09:15 +0100)
commit162f04d789a0f9efcbabc37eed571e5a591e67bf
treeb1553083f9d1858311f63042757d3ec2ebab8346
parent7725cd59b41a622a634a447d33fbda738a472748
Convert ACL fixture to a factory, and add some tests

The fixture was unused, so I took the opportunity to put in a couple
of basic model tests.
app/models/acl.rb
test/factories/acls.rb [new file with mode: 0644]
test/fixtures/acls.yml [deleted file]
test/models/acl_test.rb