Skip to content

Commit

Permalink
Update apidoc-core interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 19, 2014
1 parent 7441143 commit 7ea21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apidoc_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var versions = require('apidoc-example').versions;
describe('apiDoc full example', function() {

// get latest example for the used apidoc-spec
var latestExampleVersion = semver.maxSatisfying(versions, '~' + apidoc.SPECIFICATION_VERSION); // ~0.2.0 = >=0.2.0 <0.3.0
var latestExampleVersion = semver.maxSatisfying(versions, '~' + apidoc.getSpecificationVersion()); // ~0.2.0 = >=0.2.0 <0.3.0

var exampleBasePath = 'node_modules/apidoc-example/' + latestExampleVersion;
var fixturePath = exampleBasePath + '/fixtures';
Expand Down

0 comments on commit 7ea21ba

Please sign in to comment.