module('General'); test('it should pass test', function () { var obj = new <%= @name.sub('.js', '').capitalize %>('John Doe'); equal('Mr. John Doe', obj.title()) });