Sha256: 55cc425276f7550b09ce2f4526d7ee80a37ca3cbdc8374ef09b57be6754a628b
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
require 'spec/spec_helper' describe "esi vars" do it "should render the content within vars" do build_app('spec/tags/fixtures/vars/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><img src=\"http://www.example.com/b/hello.gif\"></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/vars_spec.rb |
joshbuddy-esi-for-rack-0.0.2 | spec/tags/vars_spec.rb |
joshbuddy-esi-for-rack-0.0.3 | spec/tags/vars_spec.rb |