spec/bonsai/generate_spec.rb in bonsai-1.3.1 vs spec/bonsai/generate_spec.rb in bonsai-1.3.2

- old
+ new

@@ -35,14 +35,14 @@ it "should create a site.yml" do File.exists?("#{@path}/site.yml").should be_true end - it "should generate 24 files" do - Dir.glob("#{@path}/**/*", File::FNM_DOTMATCH).select{|f| File.file?(f) }.size.should == 24 + it "should generate 22 files" do + Dir.glob("#{@path}/**/*", File::FNM_DOTMATCH).select{|f| File.file?(f) }.size.should == 22 end - it "should generate 16 directories" do - Dir.glob("#{@path}/**/*").select{|f| File.directory?(f) }.size.should == 16 + it "should generate 14 directories" do + Dir.glob("#{@path}/**/*").select{|f| File.directory?(f) }.size.should == 14 end end end \ No newline at end of file