summaryrefslogtreecommitdiffstats
path: root/spec/unit/faces/node_spec.rb
blob: c6ed71f5939819c91bf2fc0d48048586552ef903 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

require 'spec_helper'

describe Puppet::Faces[:node, '0.0.1'] do
  it "should set its default format to :yaml" do
    subject.default_format.should == :yaml
  end
end