Skip to content

Commit

Permalink
Back minio
Browse files Browse the repository at this point in the history
manegron committed Sep 20, 2024
1 parent 4956b1b commit 8c84239
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/users/minio_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

require 'spec_helper'
set :os, family: 'redhat', release: '9', arch: 'x86_64'

describe user('minio') do
it { should exist }
it { should have_login_shell('/bin/bash') }
end

0 comments on commit 8c84239

Please sign in to comment.