blob: 7943efe0f916df45fee3a7aa5faa42eca3ee481d (
plain)
1
2
3
4
5
6
7
|
require_relative '../../spec_helper'
require_relative 'shared/terminate'
require 'strscan'
describe "StringScanner#terminate" do
it_behaves_like :strscan_terminate, :terminate
end
|