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

9 lines
153 B
Ruby

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