remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script

This commit is contained in:
Reinier Balt 2010-02-09 10:27:59 +01:00
parent 8d10deac30
commit d945d974a7
12 changed files with 52 additions and 202 deletions

View file

@ -394,7 +394,7 @@ $(document).ready(function() {
};
$.post('/contexts/update/'+context_id, {'context[name]': value}, highlight);
return(value);
}, {style: 'padding:0px', submit: "OK"});
}, {style: 'padding:0px', submit: "OK", cancel: "CANCEL"});
/* Projects behavior */