hps_learning/test/hps_learning_test.rb

8 lines
138 B
Ruby
Raw Normal View History

2017-07-04 16:58:50 +00:00
require 'test_helper'
class HpsLearningTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, HpsLearning
end
end