aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/fixtures/resource_types.yml2
-rw-r--r--test/fixtures/users.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/test/fixtures/resource_types.yml b/test/fixtures/resource_types.yml
index 7d41224..31f470e 100644
--- a/test/fixtures/resource_types.yml
+++ b/test/fixtures/resource_types.yml
@@ -4,4 +4,4 @@ one:
name: MyString
two:
- name: MyString
+ name: MyString2
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
index 0951563..5e667b8 100644
--- a/test/fixtures/users.yml
+++ b/test/fixtures/users.yml
@@ -1,9 +1,13 @@
<% password_digest = BCrypt::Password.create("password") %>
one:
+ first_name: Name 1
+ last_name: Cippo 1
email_address: one@example.com
password_digest: <%= password_digest %>
two:
+ first_name: Name 2
+ last_name: Cippo 2
email_address: two@example.com
password_digest: <%= password_digest %>