added the PTO section
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
user_id: 1
|
||||
sick_days_taken: 1
|
||||
sick_days_earned: 1
|
||||
pto_taken: 1
|
||||
pto_earned: 1
|
||||
|
||||
two:
|
||||
user_id: 1
|
||||
sick_days_taken: 1
|
||||
sick_days_earned: 1
|
||||
pto_taken: 1
|
||||
pto_earned: 1
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PaidTimeOffControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PaidTimeOffHelperTest < ActionView::TestCase
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PaidTimeOffTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user