Sha256: 717e3c58fa1ded48ef4973605b60b96adbf75d6c2e76514a264055c3b1b4dcdf
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
require_relative 'spec_helper' require 'fileutils' describe Hashup::Generator, "setup site" do it "creates the static sites layout structure" do generator = Hashup::Generator.new generator.setup "test_project" (Dir.exists? "test_project").should == true FileUtils.rm_rf 'test_project' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hashup-0.0.5 | spec/generator_spec.rb |