Sha256: de50956ffe5e9122eda52fc96fd87d24891645d23ecdea47c34769b0bad1e129
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
require_relative 'spec_helper' describe Hashup::Site, "index template" do it "creates a slim template for site index" do Dir.chdir("lib/hashup/templates") site = Hashup::Site.new site.configs.should_not == nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hashup-0.0.5 | spec/hashup_spec.rb |