[DRE-commits] [ruby-stomp] 02/05: require 'rspec/autorun' to actually run the tests

Cédric Boutillier boutil at moszumanska.debian.org
Thu Aug 13 16:18:03 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-stomp.

commit 1f9969c534b461791ddfaf182399aeaa129ba13b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Aug 13 18:08:24 2015 +0200

    require 'rspec/autorun' to actually run the tests
---
 debian/ruby-tests.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index c9b95de..feaac71 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,3 @@
+require "rspec/autorun"
 $: << 'lib' << '.' << 'spec'
 Dir['spec/*_spec.rb'].each { |f| require f }

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



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