[DRE-commits] [ruby-rspec] 13/14: some cleanup
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 1 23:29:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-rspec.
commit 97621da0ac29feb9061fa78ee6c6b887540f4e8b
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Apr 2 01:20:16 2015 +0200
some cleanup
---
debian/ruby-tests.rb | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index c00f75c..33e1d9b 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -3,27 +3,18 @@ require "yaml"
# We are going to chdir in the so we need absolute paths for the libs
$:.collect! { |p| p.start_with?('debian/') ? File.expand_path(p) : p }
-puts $LOAD_PATH
-
libs = []
%w{rspec spec-core rspec-expectations rspec-mocks rspec-support}.each do |x|
- $LOAD_PATH.unshift File.expand_path("debian/ruby-#{x}/usr/lib/ruby/vendor_ruby")
libs << File.expand_path("debian/ruby-#{x}/usr/lib/ruby/vendor_ruby")
end
-puts "-----"
-puts $LOAD_PATH
-
LIBS = %w{rspec-core rspec-expectations rspec-mocks rspec-support}
EXC_TESTS = [
# require 'syntax' gem
'spec/rspec/core/formatters/text_mate_formatter_spec.rb',
'spec/rspec/core/formatters/html_formatter_spec.rb',
- # require 'aruba' gem, which depends on ruby-rspec-expectations
- #'rspec-core/spec/integration/filtering_spec.rb',
- #'rspec-core/spec/integration/order_spec.rb',
]
success=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec.git
More information about the Pkg-ruby-extras-commits
mailing list