spec/bonsai/generate_spec.rb in bonsai-1.3.0 vs spec/bonsai/generate_spec.rb in bonsai-1.3.1
- 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 21 files" do
- Dir.glob("#{@path}/**/*", File::FNM_DOTMATCH).select{|f| File.file?(f) }.size.should == 21
+ it "should generate 24 files" do
+ Dir.glob("#{@path}/**/*", File::FNM_DOTMATCH).select{|f| File.file?(f) }.size.should == 24
end
- it "should generate 14 directories" do
- Dir.glob("#{@path}/**/*").select{|f| File.directory?(f) }.size.should == 14
+ it "should generate 16 directories" do
+ Dir.glob("#{@path}/**/*").select{|f| File.directory?(f) }.size.should == 16
end
end
end
\ No newline at end of file