Sha256: 6cb107972a817a98345927dc695b8fcb62bee4d0a1a1be8bcffe8798dddcf41f
Contents?: true
Size: 516 Bytes
Versions: 263
Compression:
Stored size: 516 Bytes
Contents
#encoding: utf-8 require 'spec_helper' module Gherkin module Lexer shared_examples_for "parsing windows files" do describe "with BOM" do it "should work just fine" do scan_file("with_bom.feature") @listener.to_sexp.should == [ [:feature, "Feature", "Feature Text", "", 1], [:scenario, "Scenario", "Reading a Scenario", "", 2], [:step, "Given ", "there is a step", 3], [:eof] ] end end end end end
Version data entries
263 entries across 260 versions & 8 rubygems