From 5ff760648e7c54ddc616e5b47a30c05126fd1af3 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 25 Feb 2011 17:35:28 +0000 Subject: initial commit --- test/alavetelitheme_test.rb | 8 ++++++++ test/test_helper.rb | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 test/alavetelitheme_test.rb create mode 100644 test/test_helper.rb (limited to 'test') 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 diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..cf148b8 --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,3 @@ +require 'rubygems' +require 'active_support' +require 'active_support/test_case' \ No newline at end of file -- cgit v1.2.3