Closed Rostammahabadi closed 4 years ago
Within the file ruby-exercises/initialize/test at the top of each of the files it had require './lib/*NAME* which would not run so I changed it to require_relative '../lib/*NAME* for each of the examples
require './lib/*NAME*
require_relative '../lib/*NAME*
Within the file ruby-exercises/initialize/test at the top of each of the files it had
require './lib/*NAME*
which would not run so I changed it torequire_relative '../lib/*NAME*
for each of the examples