lib/matchi/matchers/be_false.rb in matchi-1.0.4 vs lib/matchi/matchers/be_false.rb in matchi-1.0.5
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require_relative File.join('..', 'matchers_base') unless
+require_relative ::File.join('..', 'matchers_base') unless
defined?(::Matchi::MatchersBase)
module Matchi
module Matchers
# **Untruth** matcher.