spec/clamp/option/definition_spec.rb in clamp-0.6.1 vs spec/clamp/option/definition_spec.rb in clamp-0.6.2

- old
+ new

@@ -207,13 +207,13 @@ option.attribute_name.should == "header_list" end end - describe "#write_method" do + describe "#append_method" do it "is derived from the attribute_name" do - option.write_method.should == "append_to_header_list" + option.append_method.should == "append_to_header_list" end end end