Sha256: 60d60b20d419ddc5959e06e9824dc09864bc3676bb9a3bd19e5da3412e5be019

Contents?: true

Size: 215 Bytes

Versions: 2

Compression:

Stored size: 215 Bytes

Contents

require "wlang"
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

2 entries across 2 versions & 1 rubygems

Version Path
wlang-0.10.0 test/spec/coderay_dialect.spec
wlang-0.9.2 test/spec/coderay_dialect.spec