test/fixtures/guts/users.yml in guts-1.0.8 vs test/fixtures/guts/users.yml in guts-1.1.0

- old
+ new

@@ -1,5 +1,10 @@ admin_user: name: Test Admin email: test@domain.com password_digest: <%= BCrypt::Password.create("dingo", cost: 10) %> - password_token: 123456 + password_token: 123456 + +regular_user: + name: Test Regular + email: test_regular@domain.com + password_digest: <%= BCrypt::Password.create("dingo_regular", cost: 10) %> \ No newline at end of file