aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/spec/suites/SpecHelper.js
blob: 8b827041306d29905ce99202a201a6f4b20fa72b (plain)
1
2
3
4
5
function noSpecs() {
	it('should have specs', function() {
		expect('specs').toBe();
	});
}