diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:04:13 +0200 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:04:13 +0200 |
commit | ae01f3115f0c855e52cdeeb17d628251e60f6e7c (patch) | |
tree | 20cc16874ec6f909ad29cd9ed9e05d7933681fda /vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb | |
parent | fae45c3f74bb34fb6094fff6e15634c530db76f7 (diff) |
added alaveteli theme
Diffstat (limited to 'vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb')
-rw-r--r-- | vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb b/vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb new file mode 100644 index 000000000..9e9e34f2c --- /dev/null +++ b/vendor/plugins/alavetelitheme/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 |