Skip to content

Commit

Permalink
Remove template test.
Browse files Browse the repository at this point in the history
  • Loading branch information
camagu committed Feb 19, 2013
1 parent 945a31b commit d185b3c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,25 +596,6 @@
} );
} );

module( 'template' );

asyncTest( 'should be none by default', function() {
timeout.setup();

$( '#feeds' ).feeds( {
feeds: {
'google': 'http://googleblog.blogspot.com/atom.xml'
},
max: 1,
ssl: false,
entryTemplate: '<div class="entry"></div>',
onComplete: function( entries ) {
ok( $( '#feeds' ).first( ).is( ".entry" ), "first child s entry template" );
timeout.teardown();
}
} );
} );

module( 'ssl' );

asyncTest( 'auto', function( ) {
Expand Down

0 comments on commit d185b3c

Please sign in to comment.