Update ruby version

This commit is contained in:
Eugene Burmakin 2024-07-27 12:45:27 +02:00
parent a003191a71
commit 345733c5dd
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
ruby-3 ruby-3.2.3

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Areas::Visits::Create do
describe '#call' do
end
end