b0VIM 7.2ÖgÔMS$*d6jjawbone~j/rails-projects/gem-projects/regexhelper/spec/regexhelper_spec.rb 3210#"! Utp ad‡ ×  ¾½£W-äÞ‘gâ Ü Ø × Ö end end image_regex.inspect.should == '/^.*([^\.][\.](([gG][iI][fF])|([Jj][pP][Gg])|([Jj][pP][Ee][Gg])|([Bb][mM][pP])|([Pp][nN][Gg])))/' image_regex = REGEXHELPER.image_regex it "should return a regex string testing for correct image file extension" end email_regex.inspect.should == '/^\\w+@[a-zA-Z_]+?\\.[a-zA-Z]{2,3}$/' email_regex = REGEXHELPER.email_regex it "should return a regex string testing for email address formatting" dodescribe "regexhelper" dorequire File.expand_path(File.dirname(__FILE__) + '/spec_helper')