improve test descriptions

This commit is contained in:
Peter 'Pita' Martischka 2012-10-06 23:38:17 +02:00
parent 35cea1e542
commit 4c1561fcf6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
describe("urls become clickable", function(){
describe("urls", function(){
//create a new pad before each test run
beforeEach(function(cb){
helper.newPad(cb);
});
it("adds a url and makes sure it's clickable", function(done) {
it("when you enter an url, it becomes clickable", function(done) {
var inner$ = helper.jQueryOf("inner");
var chrome$ = helper.jQueryOf("chrome");