Skip to content

Changed point tests to use new equality operator #52

Changed point tests to use new equality operator

Changed point tests to use new equality operator #52

Workflow file for this run

on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.1'
- run: bundle install
- run: bundle exec rspec -cfd