Sha256: c8411469b928fe86ff9d2c65d89f4a4785b02bd7807af05e2e353d8a0fe5a465

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

require 'spec/spec_helper'

describe "esi comment" do
  
  it "should not render a comment" do
    build_app('spec/tags/fixtures/comment/simple.html', {}).last.should == ["<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><p>This will show up.</p></body></html>\n"]
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
joshbuddy-esi-for-rack-0.0.1 spec/tags/comment_spec.rb
joshbuddy-esi-for-rack-0.0.2 spec/tags/comment_spec.rb
joshbuddy-esi-for-rack-0.0.3 spec/tags/comment_spec.rb