Skip to content

Commit

Permalink
Fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
boffbowsh committed Feb 12, 2010
1 parent f3dd910 commit 3fe8636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_rails_compatibility.rb
Expand Up @@ -46,7 +46,7 @@ class SecondItem < Item

context "Document" do
should "implement human_name" do
BigStuff.human_name.should == 'Big Stuff'
BigStuff.human_name.should == 'Big stuff'
end
end
end

0 comments on commit 3fe8636

Please sign in to comment.