[DRE-commits] [ruby-stud] 01/01: Require rspec/autorun to ensure tests are actually run!
Tim Potter
tpot-guest at moszumanska.debian.org
Fri Jul 10 06:09:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository ruby-stud.
commit 61f3b97ea035cade308554df99e69c6f861c5377
Author: Tim Potter <tpot at hp.com>
Date: Fri Jul 10 16:08:40 2015 +1000
Require rspec/autorun to ensure tests are actually run!
---
debian/ruby-tests.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 9eb0166..d14cdb9 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,3 @@
+require "rspec/autorun"
$: << 'lib' << 'spec' << '.'
Dir['spec/stud/*.rb'].each { |f| require f }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stud.git
More information about the Pkg-ruby-extras-commits
mailing list