Module: GitHub::Employee::Auth::TestHelper

Includes:
Sinatra::Auth::Github::Test::Helper
Defined in:
lib/github_employee_auth/test_helper.rb

Defined Under Namespace

Classes: Employee

Instance Method Summary collapse

Instance Method Details

#make_employee(attrs = {}) ⇒ Object



26
27
28
# File 'lib/github_employee_auth/test_helper.rb', line 26

def make_employee(attrs = {})
  Employee.new(attrs)
end