improve test descriptions
parent
35cea1e542
commit
4c1561fcf6
|
@ -1,10 +1,10 @@
|
||||||
describe("urls become clickable", function(){
|
describe("urls", function(){
|
||||||
//create a new pad before each test run
|
//create a new pad before each test run
|
||||||
beforeEach(function(cb){
|
beforeEach(function(cb){
|
||||||
helper.newPad(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 inner$ = helper.jQueryOf("inner");
|
||||||
var chrome$ = helper.jQueryOf("chrome");
|
var chrome$ = helper.jQueryOf("chrome");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue