aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/stringscanner/bol_spec.rb
blob: 17a8c1cbff590b0add20619c5f71c406e08e0b11 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/bol.rb', __FILE__)
require 'strscan'

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