mailr/test/unit/prefs_test.rb

9 lines
152 B
Ruby
Raw Normal View History

2011-07-24 15:56:47 +02:00
require 'test_helper'
class PrefsTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end