Sha256: d500adbb110ce74ed58a1f120206c040b8404e3ddda4af2199f80f11213bfcb6
Contents?: true
Size: 252 Bytes
Versions: 3
Compression:
Stored size: 252 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) describe("WLang should support coderay encoder") do it("should support basic coderay encoding") { WLang::encode("<h1>This is a title</h1>", "xhtml/coderay/html").should_not be_nil } end
Version data entries
3 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wlang-0.10.2 | spec/coderay_dialect.spec |
wlang-0.10.1 | ./spec/coderay_dialect.spec |
wlang-0.10.1 | spec/coderay_dialect.spec |