summaryrefslogtreecommitdiff
path: root/spec/integration/file_serving/content_spec.rb
blob: 896b210911d273355d015e0fd7532390a60976d7 (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env ruby
require 'spec_helper'

require 'puppet/file_serving/content'

describe Puppet::FileServing::Content do
  it_should_behave_like "a file_serving model"
end