Sha256: 1e6d4ec2e1fd500346fa236034f854bd7a8644c0155e57c184fbfc3930a116c1

Contents?: true

Size: 229 Bytes

Versions: 10

Compression:

Stored size: 229 Bytes

Contents

require 'spec_helper'

module Stache
  module Handlebars
    describe View do
      it "is just a thin wrapper around Handlebars::Context" do
        View.new.should be_a_kind_of(::Handlebars::Context)
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stache-1.2.0 spec/stache/handlebars/view_spec.rb
stache-1.1.1 spec/stache/handlebars/view_spec.rb
stache-1.1.0 spec/stache/handlebars/view_spec.rb
stache-1.0.3 spec/stache/handlebars/view_spec.rb
stache-1.0.2 spec/stache/handlebars/view_spec.rb
stache-1.0.1 spec/stache/handlebars/view_spec.rb
stache-1.0.0 spec/stache/handlebars/view_spec.rb
stache-1.0.0.rc spec/stache/handlebars/view_spec.rb
stache-0.9.1 spec/stache/handlebars/view_spec.rb
stache-0.9.0 spec/stache/handlebars/view_spec.rb