collab/test/unit/wall_test.rb

9 lines
151 B
Ruby
Raw Normal View History

2010-03-15 15:47:32 +00:00
require 'test_helper'
class WallTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end