summaryrefslogtreecommitdiffstats
path: root/spec/unit/face/key_spec.rb
blob: 7de4c6e76c5ad14e399054de47825afa623aafc9 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env rspec
require 'spec_helper'
require 'puppet/face'

describe Puppet::Face[:key, '0.0.1'] do
  it "should actually have some tests..."
end