Skip to content

Commit 93e1121

Browse files
committed
Convert users.yml to actual template
Since we're using `template` for this file now, convert it to an actual template.
1 parent ab85764 commit 93e1121

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/test_unit/authentication/templates/test/fixtures

1 file changed

+1
-1
lines changed

lib/generators/test_unit/authentication/templates/test/fixtures/users.yml renamed to lib/generators/test_unit/authentication/templates/test/fixtures/users.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
lazaro_nixon:
44
email: lazaronixon@hotmail.com
5-
password_digest: <%= BCrypt::Password.create("Secret1*3*5*") %>
5+
password_digest: <%%= BCrypt::Password.create("Secret1*3*5*") %%>
66
verified: true

0 commit comments

Comments
 (0)