mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-07-02 07:51:09 -04:00
Added Customer Token Model
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class CustomerTokenTest < ActiveSupport::TestCase
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user