[DRE-commits] [SCM] ruby-liquid.git branch, master, updated. upstream/2.2.2-9-gc137d90

Cédric Boutillier cedric.boutillier at gmail.com
Fri Oct 21 22:31:24 UTC 2011


The following commit has been merged in the master branch:
commit 9489b1123222463d7f99a48cc251a1157c786e36
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Oct 21 23:33:30 2011 +0200

    add documentation and enable tests

diff --git a/debian/ruby-liquid.docs b/debian/ruby-liquid.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-liquid.docs
+++ b/debian/ruby-liquid.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..f572f71
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,3 @@
+$: << "test"
+
+Dir['test/liquid/**/*_test.rb'].each { |f| require f }

-- 
ruby-liquid.git



More information about the Pkg-ruby-extras-commits mailing list