Skip to content

Commit

Permalink
Deleted some noise from searchbuilder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Aug 2, 2012
1 parent 3115c7f commit f95ecfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t/70_searchbuilder/00-basic.t
Expand Up @@ -11,11 +11,6 @@ BEGIN {
use_ok('Elastic::Model::SearchBuilder') || print "Bail out!";
}

diag "";
diag(
"Testing Elastic::Model::SearchBuilder $Elastic::Model::SearchBuilder::VERSION, Perl $], $^X"
);

my $a;
ok $a = Elastic::Model::SearchBuilder->new, 'Instantiate';
ok $a = $a->new, 'Instantiate from ref';
Expand Down

0 comments on commit f95ecfb

Please sign in to comment.