summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringscanner/bol_spec.rb
blob: d31766e0e2e5338dfcb7c758b691a6d088fe1830 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/bol'
require 'strscan'

describe "StringScanner#bol?" do
  it_behaves_like :strscan_bol, :bol?
end