Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Commit

Permalink
* added test_all suite
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 6, 2008
1 parent b3b08bd commit 6fac57b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/test_all.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# = WWW::Delicious
#
# Ruby client for del.icio.us API.
#
#
# Category:: WWW
# Package:: WWW::Delicious
# Author:: Simone Carletti <weppos@weppos.net>
#
#--
# SVN: $Id$
#++


Dir.glob(File.dirname(__FILE__) + '/unit/**/*_test.rb').sort.each { |unit| require unit }

0 comments on commit 6fac57b

Please sign in to comment.