public/assets/spec/core/integration/EnvSpec-efa0357e647d1a0069b356277458a54d5b7136f39d3cd1abdd88e60bbf85915b.js
File EnvSpec-efa0357e647d1a0069b356277458a54d5b7136f39d3cd1abdd88e60bbf85915b.js
has 1388 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
describe("Env integration", function() {
beforeEach(function() {
jasmine.addMatchers({
toHaveFailedExpecationsForRunnable: function(util, customeEqualityTesters) {
return {
Function jasmineDone
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
jasmineDone: function() {
expect(specDone).toHaveBeenCalledWith(jasmine.objectContaining({
description: 'has a default message',
failedExpectations: [jasmine.objectContaining({
message: 'Failed'
Function toHaveFailedExpecationsForRunnable
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
toHaveFailedExpecationsForRunnable: function(util, customeEqualityTesters) {
return {
compare: function(actual, fullName, expectedFailures) {
var foundRunnable = false, expectations = true, foundFailures = [];
for (var i = 0; i < actual.calls.count(); i++) {