Managing loaner chromebooks for students and teachers in the HUUSD school district.
at main 15 lines 324 B view raw
1# == Schema Information 2# 3# Table name: authentications 4# 5# id :integer not null, primary key 6# created_at :datetime not null 7# updated_at :datetime not null 8# 9require "test_helper" 10 11class AuthenticationTest < ActiveSupport::TestCase 12 # test "the truth" do 13 # assert true 14 # end 15end