orbit-eremail/test/er_email_test.rb

8 lines
130 B
Ruby
Raw Permalink Normal View History

2014-02-19 03:22:48 +00:00
require 'test_helper'
class ErEmailTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, ErEmail
end
end