spec/unit/config_spec.rb in ohai-8.10.0 vs spec/unit/config_spec.rb in ohai-8.11.1
- old
+ new
@@ -14,12 +14,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require_relative '../spec_helper'
+require_relative "../spec_helper"
-require 'ohai/config'
+require "ohai/config"
RSpec.describe Ohai::Config do
describe "top-level configuration options" do
shared_examples_for "option" do