Skip to content

Commit

Permalink
Use non-default character for delimiter test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jan 4, 2010
1 parent 5f55cad commit 1e11d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_haddock.rb
Expand Up @@ -30,8 +30,8 @@ def test_accepts_alternate_wordlist
end

def test_accepts_alternate_symbols_list
Password.delimiters = "!"
assert_equal "!", Password.send(:random_delimiter)
Password.delimiters = "X"
assert_equal "X", Password.send(:random_delimiter)
end

def test_fail_on_too_short
Expand Down

0 comments on commit 1e11d93

Please sign in to comment.