source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/stdlib/spec/unit/puppet/type/anchor_spec.rb@ 30903

Last change on this file since 30903 was 30903, checked in by davidb, 8 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

  • Property svn:executable set to *
File size: 225 bytes
Line 
1#!/usr/bin/env ruby
2
3require 'spec_helper'
4
5anchor = Puppet::Type.type(:anchor).new(:name => "ntp::begin")
6
7describe anchor do
8 it "should stringify normally" do
9 expect(anchor.to_s).to eq("Anchor[ntp::begin]")
10 end
11end
Note: See TracBrowser for help on using the repository browser.