Sha256: d33a43059f90a1370913d0d55f4431407fca83befbf5ddc468518d2cdeeab058
Contents?: true
Size: 361 Bytes
Versions: 52
Compression:
Stored size: 361 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../shared/new', __FILE__) describe "Regexp.new" do it_behaves_like :regexp_new, :new end describe "Regexp.new given a String" do it_behaves_like :regexp_new_string, :compile end describe "Regexp.new given a Regexp" do it_behaves_like :regexp_new_regexp, :compile end
Version data entries
52 entries across 52 versions & 2 rubygems