Skip to content

Commit

Permalink
[#446] Update tests location
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Sep 26, 2023
1 parent 8ceae1b commit e527a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .template/spec/addons/base/openapi/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
expect(file('.spectral.yml')).to exist
end

it 'creates the HTML template file' do
expect(file('public/openapi.html')).to exist
end

it 'creates Github actions workflows' do
expect(file('.github/workflows/lint_docs.yml')).to exist
end
Expand Down

0 comments on commit e527a20

Please sign in to comment.