Sha256: 973af6ebc93fbb820a14835aff0d9820eabd2fd2d090da5afa242599a378d286

Contents?: true

Size: 499 Bytes

Versions: 131

Compression:

Stored size: 499 Bytes

Contents

#encoding: utf-8
require 'spec_helper'
require 'gherkin/rb_lexer/en'

module Gherkin
  module Lexer
    describe "Ruby Lexer" do
      before do
        @listener = Gherkin::SexpRecorder.new
        @lexer = Gherkin::RbLexer::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 py_strings"
      it_should_behave_like "a Gherkin lexer lexing rows"
    end
  end
end

Version data entries

131 entries across 131 versions & 4 rubygems

Version Path
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/gherkin-2.3.3/spec/gherkin/rb_lexer_spec.rb
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/gherkin-2.3.3/spec/gherkin/rb_lexer_spec.rb
benhamill-gherkin-2.3.5 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.5 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.5-x86-mswin32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.5-x86-mingw32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.5-universal-dotnet spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.5-java spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.4 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.4-x86-mswin32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.4-x86-mingw32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.4-universal-dotnet spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.4-java spec/gherkin/rb_lexer_spec.rb
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/gherkin-2.2.9/spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.3 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.3-x86-mswin32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.3-x86-mingw32 spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.3-universal-dotnet spec/gherkin/rb_lexer_spec.rb
gherkin-2.3.3-java spec/gherkin/rb_lexer_spec.rb
vim-jar-0.1.2 bundler/ruby/1.8/gems/gherkin-2.2.9/spec/gherkin/rb_lexer_spec.rb