oldhaven/test/unit/album_pic_test.rb
2011-04-09 17:41:24 +04:00

9 lines
155 B
Ruby

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