2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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;
});