[DRE-commits] [ruby-handlebars-assets] 02/09: use ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun May 4 06:46:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-handlebars-assets.
commit b298f981b9c05cfb3bce43aca2aa9c7058eb1149
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun May 4 12:11:27 2014 +0530
use ruby-tests.rake
---
debian/ruby-test-files.yaml | 6 ------
debian/ruby-tests.rake | 9 +++++++++
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 88b0c88..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- test/handlebars_assets/compiling_test.rb
-- test/handlebars_assets/hamlbars_test.rb
-- test/handlebars_assets/slimbars_test.rb
-- test/handlebars_assets/tilt_handlebars_test.rb
-- test/test_helper.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..fc925a8
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,9 @@
+require 'rake/testtask'
+Rake::TestTask.new(:test) do |test|
+ test.libs << 'test'
+ test.test_files = FileList["test/**/*_test.rb"]
+ test.verbose = false
+ test.warning = false
+end
+
+task :default => [:test]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-handlebars-assets.git
More information about the Pkg-ruby-extras-commits
mailing list