Contract-Signer/test/unit/contract_test.rb
2011-09-28 03:37:39 -07:00

9 lines
155 B
Ruby

require 'test_helper'
class ContractTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end