spec/generator_spec.rb in ore-0.7.2 vs spec/generator_spec.rb in ore-0.8.0

- old
+ new

@@ -212,13 +212,9 @@ it "should add a .yardopts file" do @path.join('.yardopts').should be_file end - it "should set 'has_yard' to 'true' in the gemspec.yml file" do - @gemspec['has_yard'].should == true - end - it "should add a '.document' file" do @path.join('.document').should be_file end context ".document" do