spec/unit/plugins/chef_spec.rb in ohai-14.15.0 vs spec/unit/plugins/chef_spec.rb in ohai-15.0.35

- old
+ new

@@ -17,10 +17,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # begin - require_relative "../../spec_helper.rb" + require "spec_helper" require "chef/version" describe Ohai::System, "plugin chef" do before(:each) do @plugin = get_plugin("chef")