Files
redmine_qbo/test/unit/qbo_employee_test.rb

10 lines
188 B
Ruby

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