Sha256: 2ba53df0dda18237a3bd11d2ac55353d3446484edb0c02acd89e1f248d96c6c5
Contents?: true
Size: 255 Bytes
Versions: 69
Compression:
Stored size: 255 Bytes
Contents
support.withTranslations = function(translations) { beforeEach(function() { this._oldTranslations = Spree.translations; Spree.translations = translations; }); afterEach(function() { Spree.translations = this._oldTranslations; }); };
Version data entries
69 entries across 69 versions & 2 rubygems