mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Added Estimate Drop down Disabled Automatic Estimate Creation Added Controllers for Estimates & Invoices
9 lines
197 B
Ruby
9 lines
197 B
Ruby
require File.expand_path('../../test_helper', __FILE__)
|
|
|
|
class EstimateControllerTest < ActionController::TestCase
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|