require 'spec_helper'

describe 'test::registry', :if => Puppet.version.to_f >= 4.0 do
  let(:facts) do
    {
      :operatingsystem => 'windows',
    }
  end

  xit { should compile.with_all_deps }
end
