mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +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:
@ -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;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user