spec/subject_parser_spec.rb in r509-ca-http-0.1 vs spec/subject_parser_spec.rb in r509-ca-http-0.2

- old
+ new

@@ -1,9 +1,9 @@ require File.dirname(__FILE__) + '/spec_helper' -describe R509::CertificateAuthority::Http::SubjectParser do +describe R509::CertificateAuthority::HTTP::SubjectParser do before :all do - @parser = R509::CertificateAuthority::Http::SubjectParser.new + @parser = R509::CertificateAuthority::HTTP::SubjectParser.new end it "when the query string is nil" do expect { @parser.parse(nil) }.to raise_error(ArgumentError, "Must provide a query string") end