summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringscanner/must_C_version_spec.rb
blob: fcc5b596f6c9018fe0654841813eb62d1b11bc91 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require 'strscan'

describe "StringScanner.must_C_version" do
  it "returns self" do
     StringScanner.must_C_version.should == StringScanner
  end
end