[DRE-commits] [ruby-activerecord-nulldb-adapter] 01/06: use the rake method to run the specs

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 9 20:13:16 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-activerecord-nulldb-adapter.

commit c3f3b0d8eeac9741e284ce005e525a0032bb4e37
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 9 17:51:15 2014 +0200

    use the rake method to run the specs
---
 debian/ruby-tests.rake |  3 +++
 debian/ruby-tests.rb   | 13 -------------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..73b9838
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,3 @@
+require 'rspec/core/rake_task'
+RSpec::Core::RakeTask.new(:spec) 
+task :default => :spec
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git



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