Skip to content

Commit

Permalink
Merge pull request #90 from hyuraku/add-v3.2-to-CI
Browse files Browse the repository at this point in the history
repair spec
  • Loading branch information
hyuraku authored Oct 2, 2023
2 parents 9726883 + 7674773 commit ada97b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1' ]
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
name: Ruby ${{ matrix.ruby }} spec
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,3 @@ DEPENDENCIES
rspec (~> 3.0)
rspec-retry
rubocop

BUNDLED WITH
2.0.2
2 changes: 1 addition & 1 deletion spec/met_museum_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
])
expect(object["objectWikidata_URL"]).to eq "https://www.wikidata.org/wiki/Q18689458"
expect(object["isTimelineWork"]).to eq true
expect(object["GalleryNumber"]).to eq ""
expect(object["GalleryNumber"]).to eq "822"
end
end

Expand Down

0 comments on commit ada97b4

Please sign in to comment.