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