Add newlines to end of files
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -11,4 +11,4 @@ gemspec
|
|||||||
|
|
||||||
gem "jasmine_selenium_runner", :git => 'https://github.com/jasmine/jasmine_selenium_runner.git'
|
gem "jasmine_selenium_runner", :git => 'https://github.com/jasmine/jasmine_selenium_runner.git'
|
||||||
|
|
||||||
gem "anchorman"
|
gem "anchorman"
|
||||||
|
|||||||
@@ -54,4 +54,4 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ module.exports = {
|
|||||||
loopfunc: true
|
loopfunc: true
|
||||||
},
|
},
|
||||||
all: ['src/**/*.js']
|
all: ['src/**/*.js']
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -135,4 +135,4 @@ _Release Notes generated with [Anchorman](http://github.com/infews/anchorman)_
|
|||||||
[travis_jasmine]: http://travis-ci.org/jasmine
|
[travis_jasmine]: http://travis-ci.org/jasmine
|
||||||
[sauce]: http://saucelabs.com
|
[sauce]: http://saucelabs.com
|
||||||
[node_suite]: https://github.com/pivotal/jasmine/blob/master/spec/node_suite.js
|
[node_suite]: https://github.com/pivotal/jasmine/blob/master/spec/node_suite.js
|
||||||
[intro]: http://pivotal.github.com/jasmine/
|
[intro]: http://pivotal.github.com/jasmine/
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ describe("Any", function() {
|
|||||||
expect(any.jasmineToString()).toMatch('<jasmine.any');
|
expect(any.jasmineToString()).toMatch('<jasmine.any');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -61,4 +61,4 @@ describe("ObjectContaining", function() {
|
|||||||
|
|
||||||
expect(containing.jasmineToString()).toMatch("<jasmine.objectContaining");
|
expect(containing.jasmineToString()).toMatch("<jasmine.objectContaining");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ describe("ReportDispatcher", function() {
|
|||||||
dispatcher.foo(123, 456);
|
dispatcher.foo(123, 456);
|
||||||
}).not.toThrow();
|
}).not.toThrow();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ describe("j$.HtmlSpecFilter", function() {
|
|||||||
expect(specFilter.matches("foo")).toBe(true);
|
expect(specFilter.matches("foo")).toBe(true);
|
||||||
expect(specFilter.matches("bar")).toBe(false);
|
expect(specFilter.matches("bar")).toBe(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -40,4 +40,4 @@ describe("QueryString", function() {
|
|||||||
expect(queryString.getParam("baz")).toBeFalsy();
|
expect(queryString.getParam("baz")).toBeFalsy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ describe("ResultsNode", function() {
|
|||||||
|
|
||||||
expect(node.last()).toBe(node.children[node.children.length - 1]);
|
expect(node.last()).toBe(node.children[node.children.length - 1]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ getJasmineRequireObj().Any = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Any;
|
return Any;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ getJasmineRequireObj().Timer = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return Timer;
|
return Timer;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ jasmineRequire.ResultsNode = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return ResultsNode;
|
return ResultsNode;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ jasmineRequire.html = function(j$) {
|
|||||||
j$.HtmlReporter = jasmineRequire.HtmlReporter(j$);
|
j$.HtmlReporter = jasmineRequire.HtmlReporter(j$);
|
||||||
j$.QueryString = jasmineRequire.QueryString();
|
j$.QueryString = jasmineRequire.QueryString();
|
||||||
j$.HtmlSpecFilter = jasmineRequire.HtmlSpecFilter();
|
j$.HtmlSpecFilter = jasmineRequire.HtmlSpecFilter();
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return "<%= version %>";
|
return "<%= version %>";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user