Skip to content

Commit

Permalink
Fix first example so AU spec uses :au instead of :us
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrywastaken committed Jun 30, 2012
1 parent a892c71 commit e8a3806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ it "should be US currency" do
end end


it "should be AU currency" do it "should be AU currency" do
subject.currency(:us).should == 'AU dollar' subject.currency(:au).should == 'AU dollar'
end end


it "should be UK currency" do it "should be UK currency" do
Expand Down

0 comments on commit e8a3806

Please sign in to comment.