[DRE-commits] [ruby-devise] 04/43: added test-helper-require-error and .pc to .gitignore

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 21 13:11:08 UTC 2015


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

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

commit 8170154bd701acedf6614cd95d1208eccc0ae79d
Author: markus tornow <tornow at riseup.net>
Date:   Sun Nov 18 23:58:10 2012 +0100

    added test-helper-require-error and .pc to .gitignore
---
 .gitignore                               |  1 +
 debian/patches/series                    |  1 +
 debian/patches/test-helper-require-error | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0ff7742..42e1385 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ rdoc/*
 pkg
 log
 test/tmp/*
+.pc
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..770e579
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test-helper-require-error
diff --git a/debian/patches/test-helper-require-error b/debian/patches/test-helper-require-error
new file mode 100644
index 0000000..7699956
--- /dev/null
+++ b/debian/patches/test-helper-require-error
@@ -0,0 +1,16 @@
+--- /dev/null
++++ b/test/ruby-test.rb
+@@ -0,0 +1,13 @@
++#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:
++$: << 'test' << '.'xf
++Dir['{spec}/**/*.rb'].each { |f| require f }
++#
++require 'test/.drive-test.rb'
++#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-devise.git



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