[DRE-commits] [ruby-font-awesome-rails] 02/04: use ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 6 12:32:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-font-awesome-rails.
commit 207a65dd0538a58788787c78526a086bd9415437
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue May 6 17:53:53 2014 +0530
use ruby-tests.rake
---
debian/ruby-test-files.yaml | 10 ----------
debian/ruby-tests.rake | 9 +++++++++
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index a8175e6..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- test/dummy/app/controllers/pages_controller.rb
-- test/dummy/config/application.rb
-- test/dummy/config/boot.rb
-- test/dummy/config/environment.rb
-- test/dummy/config/initializers/secret_token.rb
-- test/dummy/config/routes.rb
-- test/font_awesome_rails_test.rb
-- test/icon_helper_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-font-awesome-rails.git
More information about the Pkg-ruby-extras-commits
mailing list