spec/lib/yaml_parser_spec.rb in rapidoc-0.0.5 vs spec/lib/yaml_parser_spec.rb in rapidoc-0.0.6

- old
+ new

@@ -48,10 +48,10 @@ it "return correct description" do @resource_info['description'].should == @description end end - context "when there is an error in the block" do + context "when there is an error in a description" do before :all do @blocks2 = [ { init: 0, end: 2 } ] @lines2 = [ " # =begin resource\n", " # description: hello : goodbye\n",