Skip to content

Commit

Permalink
Simplify relative path calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 3, 2018
1 parent b373e4f commit 6feaef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/minitest_runner.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path(File.join("..", "lib"), __dir__))
$LOAD_PATH.unshift(File.expand_path(File.join("..", "test"), __dir__))
$LOAD_PATH.unshift(__dir__)

require "minitest"
require "English"
Expand Down

0 comments on commit 6feaef6

Please sign in to comment.