formatted some tests

- formatted the bbcode_spec
- added 3 tests regarding the quotes
- corrected a test label in the smoke test
- cleaned up a bit the Guardfile
This commit is contained in:
Régis Hanol
2013-02-27 03:18:23 +01:00
parent e363950bf5
commit 3a41400d63
3 changed files with 213 additions and 176 deletions

View File

@ -91,7 +91,7 @@ var run = function(){
page.runTests = function(){
test("more than one topic shows up", function() {
test("at least one topic shows up", function() {
return $('#topic-list tbody tr').length > 0;
});