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.
This commit is contained in:
parent
7725cd59b4
commit
162f04d789
4 changed files with 24 additions and 16 deletions
13
test/fixtures/acls.yml
vendored
13
test/fixtures/acls.yml
vendored
|
@ -1,13 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
address: 1
|
||||
netmask: 1
|
||||
k: MyText
|
||||
v: MyText
|
||||
|
||||
two:
|
||||
address: 1
|
||||
netmask: 1
|
||||
k: MyText
|
||||
v: MyText
|
Loading…
Add table
Add a link
Reference in a new issue