Project

General

Profile

« Previous | Next » 

Revision 6f5e909f

Added by Walden Raines about 10 years ago

Fixes #4785, replace gettext with translate for extraction/replacement.

View differences:

engines/bastion/test/content-views/details/content-view-composite-available-content-views.controller.test.js
describe('Controller: ContentViewCompositeAvailableContentViewsController', function() {
var $scope;
beforeEach(module('Bastion.content-views', 'Bastion.test-mocks', 'gettext'))
beforeEach(module('Bastion.content-views', 'Bastion.test-mocks', 'Bastion.i18n'));
beforeEach(inject(function($injector) {
var Nutupane,

Also available in: Unified diff