Skip to content

Commit

Permalink
(voxpupuli#77) Enforce unique factsets test
Browse files Browse the repository at this point in the history
Previosuly the test for unique factsets was created but skipped while the
duplicate files were removed.  Now that the files have been removed, this test
can be enforced.
  • Loading branch information
glennsarti committed Mar 26, 2018
1 parent 783dadf commit bebb4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/facts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end

describe 'fact files' do
xit 'should not contain duplicate fact sets' do
it 'should not contain duplicate fact sets' do
# Gather all of the default files and hash the content
file_hashes = {}
FacterDB.default_fact_files.each do |filepath|
Expand Down

0 comments on commit bebb4cc

Please sign in to comment.