[DRE-commits] [ruby-sidekiq] 02/05: use ruby-tests.rake

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu May 22 18:05:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-sidekiq.

commit debc7e3ee59d96f80f5e38b36555fd14cee305bb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 22 23:21:57 2014 +0530

    use ruby-tests.rake
---
 debian/ruby-test-files.yaml | 21 ---------------------
 debian/ruby-tests.rake      |  9 +++++++++
 2 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 05db664..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-- test/fake_env.rb
-- test/helper.rb
-- test/test_api.rb
-- test/test_cli.rb
-- test/test_client.rb
-- test/test_exception_handler.rb
-- test/test_extensions.rb
-- test/test_fetch.rb
-- test/test_manager.rb
-- test/test_middleware.rb
-- test/test_processor.rb
-- test/test_redis_connection.rb
-- test/test_retry.rb
-- test/test_scheduled.rb
-- test/test_scheduling.rb
-- test/test_sidekiq.rb
-- test/test_testing.rb
-- test/test_testing_fake.rb
-- test/test_testing_inline.rb
-- test/test_web.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..0491411
--- /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-sidekiq.git



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