2017-03-01から1日間の記事一覧

Rails Tutorial 11章

11章のテストを書く演習 テストはむずいね あからじめ3番目のユーザーはactivatedをfalseにしてある testuser3: name: Test User3 email: test3@example.com password_digest: <%= User.digest('password') %> activated: false activated_at: nil test "act…