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

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