Skip to content

Commit

Permalink
Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Feb 22, 2013
1 parent 0d8b272 commit 337d7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/tags-bootstrap.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Test;

use Test::More tests => 8;
use Test::More tests => 1;

use Template::Caribou::Tags::Bootstrap
row => { -as => 'main' };
Expand All @@ -20,5 +20,5 @@ sub render_ok(&$$) {
}

render_ok sub { main { }; }
=> '', 'row';
=> '<div class=" row" />', 'row';

0 comments on commit 337d7b2

Please sign in to comment.