From 0a59ddaf8d1bfa8b257690b67c09a7af13db0d73 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Fri, 6 Jul 2018 11:25:11 +0200 Subject: [PATCH] annotation test file --- test/fixtures/admins.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/test/fixtures/admins.yml b/test/fixtures/admins.yml index 80aed36..43bd96b 100644 --- a/test/fixtures/admins.yml +++ b/test/fixtures/admins.yml @@ -1,3 +1,26 @@ +# == Schema Information +# +# Table name: admins +# +# id :bigint(8) not null, primary key +# email :string(255) default(""), not null +# description :string(80) +# encrypted_password :string(255) default(""), not null +# reset_password_token :string(255) +# reset_password_sent_at :datetime +# remember_created_at :datetime +# sign_in_count :integer default(0), not null +# current_sign_in_at :datetime +# last_sign_in_at :datetime +# current_sign_in_ip :string(255) +# last_sign_in_ip :string(255) +# failed_attempts :integer default(0), not null +# unlock_token :string(255) +# locked_at :datetime +# created_at :datetime not null +# updated_at :datetime not null +# + # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html # This model initially had no columns defined. If you add columns to the