summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/file_bucket_file/rest_spec.rb
blob: ae2e033c6cd89a69451988aca3b2e2f59cc963b5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env rspec
require 'spec_helper'

require 'puppet/indirector/file_bucket_file/rest'

describe Puppet::FileBucketFile::Rest do
  it "should be a sublcass of Puppet::Indirector::REST" do
    Puppet::FileBucketFile::Rest.superclass.should equal(Puppet::Indirector::REST)
  end
end