Sha256: cec94c632d32ebb990dcfa8b042d1cf4b4cfdf7827d3de8b4d05ad73406951c9

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 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 == ["<img src=\"http://www.example.com/b/hello.gif\"/ >"]
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
esi-for-rack-0.0.4 spec/tags/vars_spec.rb