Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
capitalize test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpicard committed Mar 20, 2012
1 parent 2954b52 commit bd75fbc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions t/Capitalize.t
@@ -0,0 +1,19 @@
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;

zci answer_type => 'capitalize';
zci is_cached => 1;

ddg_goodie_test(
[qw(
DDG::Goodie::Capitalize
)],
'capitalize this' => test_zci('THIS'),
'uppercase that' => test_zci('THAT'),
);

done_testing;

0 comments on commit bd75fbc

Please sign in to comment.