mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update ruby version
This commit is contained in:
parent
a003191a71
commit
345733c5dd
2 changed files with 9 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
ruby-3
|
||||
ruby-3.2.3
|
||||
|
|
|
|||
8
spec/services/areas/visits/create_spec.rb
Normal file
8
spec/services/areas/visits/create_spec.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Areas::Visits::Create do
|
||||
describe '#call' do
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue