Files
redmine_qbo/test/unit/qbo_employee_test.rb
2022-03-09 21:31:56 -05:00

10 lines
185 B
Ruby

require File.expand_path('../../test_helper', __FILE__)
class EmployeeTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end