Skip to content

Commit

Permalink
Trivial tweak of readme_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel committed Dec 2, 2010
1 parent 6d586ac commit fa21d2c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions test/readme_test.rb
Expand Up @@ -12,15 +12,18 @@ class ReadmeTest < ActiveSupport::TestCase
end

should "return the expected values" do
[["Appendices", "Appendix" ],
["huizen" , "huis" ],
["Huizen" , "Huis" ],
["HUIZEN" , "HUIS" ],
["Academici" , "Academicus"],
["brieven" , "brief" ],
["gebruikers", "gebruiker" ],
["musea" , :museum ],
["afspraken" , "afspraak" ]].each do |(expectation, argument)|
[
["Appendices", "Appendix" ],
["huizen" , "huis" ],
["Huizen" , "Huis" ],
["HUIZEN" , "HUIS" ],
["Academici" , "Academicus"],
["brieven" , "brief" ],
["gebruikers", "gebruiker" ],
["musea" , :museum ],
["afspraken" , "afspraak" ]
].
each do |(expectation, argument)|
assert_equal expectation, argument.pl
end
end
Expand Down

0 comments on commit fa21d2c

Please sign in to comment.