adding basic tests or user model, more to come
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
require 'spec_helper.rb'
|
||||
=begin
|
||||
describe "PaidTimeOff" do
|
||||
user = User.new(
|
||||
first_name: 'Tester',
|
||||
last_name: 'MGee',
|
||||
email: 'tester.mgee@gmail.com',
|
||||
password: 'password',
|
||||
password_confirmation: 'password'
|
||||
)
|
||||
expect(user).to be_valid
|
||||
end
|
||||
|
||||
=end
|
||||
Reference in New Issue
Block a user