Sha256: 3fd79b0ab179df49d600d177fa46b258716c38d9b6367f5e62a80a1b80f1442a

Contents?: true

Size: 567 Bytes

Versions: 37

Compression:

Stored size: 567 Bytes

Contents

#encoding: utf-8
unless defined?(JRUBY_VERSION)
require 'spec_helper'
require 'gherkin_lexer_en'

module Gherkin
  module Lexer
    describe "C Lexer" do
      before do
        @listener = Gherkin::SexpRecorder.new
        @lexer = Gherkin::CLexer::En.new(@listener)
      end

      it_should_behave_like "a Gherkin lexer"
      it_should_behave_like "a Gherkin lexer lexing tags"
      it_should_behave_like "a Gherkin lexer lexing doc_strings"
      it_should_behave_like "a Gherkin lexer lexing rows"
      it_should_behave_like "encoding"
    end
  end
end
end

Version data entries

37 entries across 35 versions & 3 rubygems

Version Path
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/gherkin-2.12.2/spec/gherkin/c_lexer_spec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/gherkin-2.12.2/spec/gherkin/c_lexer_spec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/gherkin-2.12.2/spec/gherkin/c_lexer_spec.rb
gherkin-2.12.2 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.2-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.2-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.2-java spec/gherkin/c_lexer_spec.rb
gherkin-2.12.1 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.1-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.1-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.1-java spec/gherkin/c_lexer_spec.rb
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/gherkin-2.11.6/spec/gherkin/c_lexer_spec.rb
gherkin-2.12.0 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.0-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.0-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.12.0-java spec/gherkin/c_lexer_spec.rb
gherkin-2.11.8 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.8-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.8-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.8-java spec/gherkin/c_lexer_spec.rb