require "spec_helper" RSpec.describe Omml2Mathml do it "has a version number" do expect(Omml2Mathml::VERSION).not_to be nil end it "processes a document" do html = Omml2Mathml.convert("spec/test.html").sub(/<\?xml[^>]+>/, "").sub(/]+>/, "") expect(html).to be_equivalent_to <<~"OUTPUT"

This standard applies to the elliptic curves over the finite field F p  (the prime p 2 191 ).

OUTPUT end end