spec/spec_helper.rb
3 lines · ruby
Project files
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
Read along in the manual: The Reloading Lab · Download the project (zip)
3 lines · ruby
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
Read along in the manual: The Reloading Lab · Download the project (zip)