Skip to content

Commit

Permalink
remove pointless layer of subtesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jun 28, 2014
1 parent 7735ed9 commit 6bf6f27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- Remove silly layer of subtesting (thanks to new features in Test::Roo)

2.023001 2014-06-14 12:39:08-05:00 America/Chicago
- Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!)
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on build => sub {
on test => sub {
requires 'Test::More' => 0.94;
requires 'Test::Deep' => 0;
requires 'Test::Roo' => 0;
requires 'Test::Roo' => 1.003;
requires 'DBD::SQLite' => 0;
requires 'Test::Exception' => 0;
requires 'DateTime::Format::SQLite' => 0;
Expand Down
2 changes: 1 addition & 1 deletion t/resultset/explain.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with 'A::Role::TestConnect';

sub rs { shift->schema->resultset('Gnarly') }

test basic => sub {
top_test basic => sub {
my $self = shift;
my $rs = $self->rs;
SKIP: {
Expand Down

0 comments on commit 6bf6f27

Please sign in to comment.