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:
parent
e363950bf5
commit
3a41400d63
3 changed files with 213 additions and 176 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue