2012-10-28 10:19:22 -07:00
|
|
|
#!/usr/bin/env perl
|
|
|
|
|
|
|
|
use strict;
|
|
|
|
use warnings;
|
|
|
|
use Test::More;
|
|
|
|
use DDG::Test::Goodie;
|
|
|
|
|
|
|
|
zci answer_type => 'rafl';
|
|
|
|
zci is_cached => 0;
|
|
|
|
|
|
|
|
ddg_goodie_test(
|
|
|
|
[qw(
|
|
|
|
DDG::Goodie::Rafl
|
|
|
|
)],
|
2012-10-30 16:26:22 -07:00
|
|
|
'rafl' => test_zci(qr/rafl is so everywhere, .+/),
|
2012-10-28 10:19:22 -07:00
|
|
|
);
|
|
|
|
|
|
|
|
done_testing;
|