Skip to content

Commit

Permalink
Merge pull request #133 from bastelfreak/cleanup
Browse files Browse the repository at this point in the history
Use our spec_helper for tests
  • Loading branch information
bastelfreak authored Jun 9, 2024
2 parents ff60432 + 239bed6 commit 7daa6eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/facts_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'spec_helper'
require 'voxpupuli/test/facts'

describe 'override_facts' do
let(:base_facts) do
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
end

require 'rspec/core'
require 'voxpupuli/test/spec_helper'

0 comments on commit 7daa6eb

Please sign in to comment.