walter/test/abraham_test.rb
2016-11-17 16:22:27 -05:00

8 lines
132 B
Ruby

require 'test_helper'
class Abraham::Test < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Abraham
end
end