nkuht-donate/test/nkuht_donate_test.rb

8 lines
138 B
Ruby
Raw Permalink Normal View History

2015-01-30 07:02:08 +00:00
require 'test_helper'
class NkuhtDonateTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, NkuhtDonate
end
end