[DRE-commits] [SCM] ruby-sass-rails.git branch, master, updated. upstream/3.2.5-4-gb9ad09f

Gaston Ramos ramos.gaston at gmail.com
Thu Jun 28 14:17:22 UTC 2012


The following commit has been merged in the master branch:
commit b9ad09f77418ae29fe32915da96ec42218fa1dba
Author: Gaston Ramos <ramos.gaston at gmail.com>
Date:   Thu Jun 28 11:16:43 2012 -0300

    remove rake test file because it require load
    missing libraries that are not in debian yet

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index 123d1e7..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'rake/testtask'
-
-Rake::TestTask.new(:test) do |t|
-  t.libs << 'lib'
-  t.libs << 'test'
-  t.pattern = 'test/**/*_test.rb'
-  t.verbose = false
-end
-
-task :default => :test

-- 
ruby-sass-rails.git



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