From ad8954f8c5298735559642b250d733da8eed3779 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 29 Aug 2024 06:38:57 -0400 Subject: Users fixture --- test/fixtures/users.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index d7a3329..f4928d7 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,11 +1,4 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the "{}" from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value +one: + email: "userone@example.com" +two: + email: "usertwo@example.com" -- cgit v1.2.3