Skip to content

Commit

Permalink
[#446] Update failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Sep 6, 2023
1 parent 96a9b3d commit 0c0ec8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template/spec/addons/base/github/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

it 'creates Github actions workflows' do
expect(file('.github/workflows/deploy_heroku.yml')).to exist
expect(file('.github/workflows/lint_docs.yml.tt')).to exist
expect(file('.github/workflows/lint_docs.yml')).to exist
expect(file('.github/workflows/publish_wiki.yml')).to exist
expect(file('.github/workflows/test_production_build.yml')).to exist
expect(file('.github/workflows/test.yml')).to exist
Expand Down
2 changes: 1 addition & 1 deletion .template/spec/base/package_json_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

describe 'package.json' do
xdescribe 'package.json' do
subject do
JSON.parse(file('package.json').content)
end
Expand Down

0 comments on commit 0c0ec8d

Please sign in to comment.