spec/unit/plugins/chef_spec.rb in ohai-8.10.0 vs spec/unit/plugins/chef_spec.rb in ohai-8.11.1
- old
+ new
@@ -17,12 +17,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
begin
- require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
+ require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper.rb")
- require 'chef/version'
+ require "chef/version"
describe Ohai::System, "plugin chef" do
before(:each) do
@plugin = get_plugin("chef")
end