Skip to content

Commit a5f0b60

Browse files
author
craiglittle
committed
Fix test message typo
1 parent bad3bc1 commit a5f0b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_builder/xml_document_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@xml.hello(:name => 'dolly').should == "<hello name='dolly'/>"
2020
end
2121

22-
it "renders a tag with othrr attributes" do
22+
it "renders a tag with other attributes" do
2323
@xml.hello(:foo => 'bar').should == "<hello foo='bar'/>"
2424
end
2525

0 commit comments

Comments
 (0)