[DRE-commits] [ruby-gherkin] 01/03: remove noop encoding change in ruby-tests.rake

Cédric Boutillier boutil at moszumanska.debian.org
Fri Apr 25 11:45:59 UTC 2014


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

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

commit a5988ac2ec349981ea0a46f7fe6cbd6a96f90815
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Apr 25 13:23:49 2014 +0200

    remove noop encoding change in ruby-tests.rake
---
 debian/ruby-tests.rake | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 39fa5be..89a753d 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,9 +1,5 @@
 require 'rspec/core/rake_task'
 
-if RUBY_VERSION =~ /1.9/
-  Encoding.default_external = 'UTF-8'
-end
-
 RSpec::Core::RakeTask.new(:spec) do |spec|
   spec.pattern      = './spec/**/*_spec.rb'
 end

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



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