blob: 3e2d782d855ea4ceb8231b002e86484c4bb78ff0 (
plain)
1
2
3
4
5
6
7
8
|
require File.expand_path(File.join(File.dirname(__FILE__), 'test_helper'))
class AlavetelithemeTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end
|