describe('g.icstrendsiwth(): Check that a string ends with a certain suffix (case-insensitive)'
, function() {

    it("Check that 'photo.png' ends with '.png'", function() {
        g.icstrendswith('photo.png', '.png').should.equal(true).and.be.a.Boolean;