spec/public/generator_spec.rb in kissgen-0.0.1 vs spec/public/generator_spec.rb in kissgen-0.0.2

- old
+ new

@@ -30,11 +30,10 @@ it "should allow you to pretend to generate the files and output the results" do @generator.generate(:pretend => true) end it "should generate new template files when no options are not set" do - #@generator.generate - #puts @copy_path - #File.exists?(@copy_path + "/README").should be_true + @generator.generate + File.exists?(@copy_path + "/README").should be_true end end end \ No newline at end of file