Sha256: a3403f2f115f1c7f76ecb9aa6e7af5d4b9973d11a6f29509fcddf1aac2df60e9
Contents?: true
Size: 216 Bytes
Versions: 7
Compression:
Stored size: 216 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') module Stache describe View do it "is just a thin wrapper around Mustache" do View.new.should be_a_kind_of(Mustache) end end end
Version data entries
7 entries across 7 versions & 1 rubygems