spec/unit/util/file_helper_spec.rb in ohai-8.26.1 vs spec/unit/util/file_helper_spec.rb in ohai-13.0.0
- old
+ new
@@ -14,10 +14,10 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# 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 "spec_helper"
+require_relative "../../spec_helper.rb"
require "ohai/util/file_helper"
class FileHelperMock
include Ohai::Util::FileHelper
end