diff options
Diffstat (limited to 'test/alavetelitheme_test.rb')
-rw-r--r-- | test/alavetelitheme_test.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/alavetelitheme_test.rb b/test/alavetelitheme_test.rb new file mode 100644 index 0000000..9e9e34f --- /dev/null +++ b/test/alavetelitheme_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class AlavetelithemeTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end |