Contract-Signer/test/unit/signer_test.rb

9 lines
153 B
Ruby
Raw Normal View History

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