mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
10 lines
199 B
Ruby
10 lines
199 B
Ruby
require File.expand_path('../../test_helper', __FILE__)
|
|
|
|
class CustomerTokenTest < ActiveSupport::TestCase
|
|
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|