Skip to content

Commit

Permalink
Fix $LOAD_PATH in exe/rails5-spec-converter (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored Sep 30, 2021
1 parent 7f7b35d commit b908eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/rails5-spec-converter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.expand_path('../lib', __FILE__))
$LOAD_PATH.unshift(File.expand_path('../lib', __dir__))
require 'rails5/spec_converter/cli'

result = Rails5::SpecConverter::CLI.new.run
Expand Down

0 comments on commit b908eda

Please sign in to comment.