This commit is contained in:
Wojciech Todryk 2011-07-27 20:34:30 +02:00
parent f81c1d69c5
commit 37f548ce46
89 changed files with 466 additions and 70 deletions

8
test/unit/message_test.rb Executable file
View file

@ -0,0 +1,8 @@
require 'test_helper'
class MessageTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end