mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
cleans up setup of header integration test
This commit is contained in:
parent
630ef0f322
commit
bdbddddbdd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
module("Integration: Header", {
|
||||
integration("Header", {
|
||||
setup: function() {
|
||||
sinon.stub(I18n, "t", function(scope, options) {
|
||||
if (options) {
|
||||
|
|
Loading…
Reference in a new issue