2018-03-04 15:09:32 +00:00
|
|
|
require_relative '../../spec_helper'
|
|
|
|
require_relative 'shared/bol'
|
2017-05-07 12:04:49 +00:00
|
|
|
require 'strscan'
|
|
|
|
|
|
|
|
describe "StringScanner#bol?" do
|
2018-01-29 16:08:16 +00:00
|
|
|
it_behaves_like :strscan_bol, :bol?
|
2017-05-07 12:04:49 +00:00
|
|
|
end
|