Added the Gruff library to the lib/ directory of the the rails folder, and the
[selectricity-live] / lib / gruff-0.2.8 / test / test_base.rb
diff --git a/lib/gruff-0.2.8/test/test_base.rb b/lib/gruff-0.2.8/test/test_base.rb
new file mode 100644 (file)
index 0000000..d68be92
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/ruby
+
+require File.dirname(__FILE__) + "/gruff_test_case"
+
+class TestGruffBase < GruffTestCase
+
+
+end
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?