spec/unit/interface/action_manager_spec.rb in puppet-2.7.26 vs spec/unit/interface/action_manager_spec.rb in puppet-3.0.0.rc4

- old
+ new

@@ -1,5 +1,5 @@ -#!/usr/bin/env rspec +#! /usr/bin/env ruby -S rspec 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'