Sha256: 3549183cc6c47980311152ec03dcbe790a600ca59b6352f11e09b1e43b1fea10

Contents?: true

Size: 205 Bytes

Versions: 10

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'

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

Version data entries

10 entries across 10 versions & 1 rubygems

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