From 67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 17 Oct 2006 11:18:01 +0000 Subject: Declared Version 0.7.4! Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake. --- test/functional/suite.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/functional/suite.rb (limited to 'test/functional/suite.rb') diff --git a/test/functional/suite.rb b/test/functional/suite.rb new file mode 100755 index 0000000..51f9a59 --- /dev/null +++ b/test/functional/suite.rb @@ -0,0 +1,8 @@ +require 'test/unit' +require 'pathname' + +MYDIR = File.dirname(__FILE__) +LIBDIR = Pathname.new(MYDIR).join('..', '..', 'lib').cleanpath +$LOAD_PATH.unshift MYDIR, LIBDIR + +require 'basic' \ No newline at end of file -- cgit v1.2.1