Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Aug 29, 2024
1 parent 4489398 commit e1c7350
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions spec/acceptance/test_unit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@
require 'spec_helper'
RSpec.describe 'passing test' do
on_supported_os(:facterversion => '2.4.6').each do |os, facts|
context "On OS \#{os}" do
it 'should pass' do
expect(true).to eq(true)
end
context 'On OS' do
it 'should pass' do
expect(true).to eq(true)
end
end
end
Expand Down

0 comments on commit e1c7350

Please sign in to comment.