spec/unit/interface/action_manager_spec.rb in puppet-3.1.1 vs spec/unit/interface/action_manager_spec.rb in puppet-3.2.0.rc1
- old
+ new
@@ -1,10 +1,8 @@
#! /usr/bin/env ruby
require 'spec_helper'
-# This is entirely an internal class for Interface, so we have to load it instead of our class.
require 'puppet/interface'
-require 'puppet/face'
class ActionManagerTester
include Puppet::Interface::ActionManager
end