Contract-Signer/test/unit/contract_test.rb

9 lines
155 B
Ruby
Raw Permalink Normal View History

2011-09-28 10:37:39 +00:00
require 'test_helper'
class ContractTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end