spec/logic_spec.rb in logicality-1.0.3 vs spec/logic_spec.rb in logicality-1.0.4

- old
+ new

@@ -3,10 +3,10 @@ # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # -require './lib/logicality/logicality' +require './lib/logicality' def run(tests) tests.each do |x| input = x[1] ? x[1].map { |k,v| [ k.to_s, v] }.to_h : nil