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

Gaston Ramos ramos.gaston at gmail.com
Thu Jun 28 14:06:54 UTC 2012


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

    added rake file to run tests

diff --git a/Rakefile b/debian/ruby-tests.rake
similarity index 74%
copy from Rakefile
copy to debian/ruby-tests.rake
index 1d1f71b..123d1e7 100644
--- a/Rakefile
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,3 @@
-require 'bundler'
-Bundler::GemHelper.install_tasks
-
 require 'rake/testtask'
 
 Rake::TestTask.new(:test) do |t|
@@ -10,3 +7,4 @@ Rake::TestTask.new(:test) do |t|
   t.verbose = false
 end
 
+task :default => :test

-- 
ruby-sass-rails.git



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