Skip to content

Commit

Permalink
Typo in test-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Knappmeier committed Feb 10, 2016
1 parent 0fb4577 commit a116faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/all-of/all-of-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ describe('The all-of fixture', function () {
return core.run(require('./swagger.json'), __dirname, context)
})

it('should have an inreheritance block for definition AAA', function () {
it('should have an inheritance block for definition AAA', function () {
expect(context.$('#definition-AAA').text())
.to.contain('BBB')
})

it('should have an inreheritance block for definition BBB', function () {
it('should have an inheritance block for definition BBB', function () {
expect(context.$('#definition-BBB').text())
.to.contain('CCC')
})
Expand Down

0 comments on commit a116faf

Please sign in to comment.