working on authentication

This commit is contained in:
Jared Cosulich 2017-04-05 21:17:27 -04:00
parent f3392f685d
commit a018c42e0f
17 changed files with 154 additions and 80 deletions

View file

@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe UserSchool, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end