Skip to content

Commit

Permalink
Merge pull request #1232 from fredj/describe.only
Browse files Browse the repository at this point in the history
Use describe instead of describe.only
  • Loading branch information
fredj committed Nov 5, 2013
2 parents ee53fa7 + db5986f commit ea73388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ol/coordinate.test.js
@@ -1,6 +1,6 @@
goog.provide('ol.test.coordinate');

describe.only('ol.coordinate', function() {
describe('ol.coordinate', function() {

describe('#closestOnSegment', function() {
it('can handle points where the foot of the perpendicular is closest',
Expand Down

0 comments on commit ea73388

Please sign in to comment.