diff options
author | murphy <murphy@rubychan.de> | 2006-10-17 11:18:01 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-17 11:18:01 +0000 |
commit | 67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e (patch) | |
tree | c28d5dcdd180d55eee4a5a7d062480a6282e4097 /test/functional/suite.rb | |
parent | 9e6f3debf5829049a277ad742901a088a0181d26 (diff) | |
download | coderay-67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e.tar.gz |
Declared Version 0.7.4!
Plugin#all_plugin_names is now called #list.
Added some basic functional tests and adjusted statistic.rake.
Diffstat (limited to 'test/functional/suite.rb')
-rwxr-xr-x | test/functional/suite.rb | 8 |
1 files changed, 8 insertions, 0 deletions
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 |