[DRE-commits] [SCM] ruby-gherkin.git branch, master, updated. debian/2.4.6-1-11-g7fd0c38

Cédric Boutillier cedric.boutillier at gmail.com
Wed Jun 20 17:09:43 UTC 2012


The following commit has been merged in the master branch:
commit 357548e1bd81bd54876030d2905e48d1e3213fac
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Jun 19 06:57:01 2012 +0200

    Unapply Debian single patch

diff --git a/spec/gherkin/json_parser_spec.rb b/spec/gherkin/json_parser_spec.rb
index 50eb4af..5ecdc97 100644
--- a/spec/gherkin/json_parser_spec.rb
+++ b/spec/gherkin/json_parser_spec.rb
@@ -1,4 +1,5 @@
 #encoding: utf-8
+require 'ap'
 require 'spec_helper'
 require 'gherkin/json_parser'
 require 'gherkin/formatter/json_formatter'
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 864cd48..896fa73 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,8 +1,13 @@
+require 'rubygems'
+require 'bundler'
+Bundler.setup
+
 require 'rspec'
 require 'gherkin'
 require 'stringio'
 require 'gherkin/sexp_recorder'
 require 'gherkin/output_stream_string_io'
+require 'gherkin/java_libs'
 require 'gherkin/shared/bom_group'
 require 'gherkin/shared/lexer_group'
 require 'gherkin/shared/tags_group'

-- 
ruby-gherkin.git



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