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

Last change on this file since 30960 was 30960, checked in by davidb, 7 years ago

Switch to using Puppet to provision machine. Strongly based on files developed for spark-hdfs cluster

  • 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.