Olivero clone for SDU, Island Archives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

4 lines
214 B

test 'boilerplate', ->
{ $wrap } = create(['100/50', '200/100'])
@equal $wrap.find('a').length, 2, 'creates anchors'
@equal $wrap.find('img').first().prop('src'), 'http://placekitten.com/100/50', 'uses size'