[DRE-commits] [ruby-spring] 02/09: Run tests with rake
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 3 02:19:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-spring.
commit 53ff864d5d6c4b1ebabd21c4c41f4fb20dd9ffaf
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Sat Jul 26 17:02:10 2014 -0300
Run tests with rake
---
debian/ruby-test-files.yaml | 9 ---------
debian/ruby-tests.rake | 6 ++++++
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 28e7b88..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- test/acceptance/app_test.rb
-- test/acceptance/helper.rb
-- test/helper.rb
-- test/unit/client/help_test.rb
-- test/unit/client/version_test.rb
-- test/unit/commands_test.rb
-- test/unit/process_title_updater_test.rb
-- test/unit/watcher_test.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..fe5e52e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+Gem2Deb::Rake::TestTask.new do |t|
+ t.libs << 'test'
+ t.test_files = FileList['test/unit/*_test.rb']
+ t.verbose = true
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-spring.git
More information about the Pkg-ruby-extras-commits
mailing list