diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-06 10:35:56 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-06 10:35:56 +0100 |
commit | fb183ab07052293acabde9fa249f5d1952d56465 (patch) | |
tree | 41667f77795a108b77be73e9de9824d9b4fab8da /vendor/plugins/alavetelitheme/test/alavetelitheme_test.rb | |
parent | 4d36238dbc2a239b48193b9089c3321a3103346f (diff) | |
parent | e7cd3adc2775b1450251f89d70680b3be8f291a3 (diff) |
initial merge of Kosovan branch; still need to get tests passing, factor out Kosovan-specific code
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 |