Skip to content

Commit

Permalink
Adding test case for 'h' in additional date format selector to test f…
Browse files Browse the repository at this point in the history
…or exact matches
  • Loading branch information
Cameron Dutro committed Feb 12, 2013
1 parent cef2632 commit da4a42d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -90,6 +90,7 @@

describe "#find_closest" do
it "returns an exact match if it exists" do
selector.find_closest("h").should == "h"
selector.find_closest("MMMd").should == "MMMd"
selector.find_closest("Hms").should == "Hms"
selector.find_closest("yQQQQ").should == "yQQQQ"
Expand Down

0 comments on commit da4a42d

Please sign in to comment.