Merge pull request #1632 from velesin/header_integration_test_clean_up
cleans up setup of header integration test
This commit is contained in:
commit
326f308da4
|
@ -1,4 +1,4 @@
|
|||
module("Integration: Header", {
|
||||
integration("Header", {
|
||||
setup: function() {
|
||||
sinon.stub(I18n, "t", function(scope, options) {
|
||||
if (options) {
|
||||
|
|
Loading…
Reference in New Issue