Showing
4 changed files
with
32 additions
and
0 deletions
app/models/lxd_host.rb
0 → 100644
test/fixtures/lxd_hosts.yml
0 → 100644
| 1 | +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | |
| 2 | + | |
| 3 | +one: | |
| 4 | + name: MyText | |
| 5 | + uri: MyText | |
| 6 | + password_digest: <%= BCrypt::Password.create('secret') %> | |
| 7 | + | |
| 8 | +two: | |
| 9 | + name: MyText | |
| 10 | + uri: MyText | |
| 11 | + password_digest: <%= BCrypt::Password.create('secret') %> | ... | ... |
Please
register
or
login
to post a comment