mailr/test/unit/prefs_test.rb
Wojciech Todryk 37f548ce46 devel
2011-07-27 20:34:30 +02:00

9 lines
152 B
Ruby
Executable file

require 'test_helper'
class PrefsTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end