Skip to content

Commit

Permalink
[Rubocop] Autocorrect preamble.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Dec 11, 2023
1 parent dd204c2 commit 51e9eef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/preamble.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'minitest/autorun'
$:.unshift(File.expand_path("../ext", __dir__))
require 'tedrahcu'
$LOAD_PATH.unshift(File.expand_path('../ext', __dir__))
require 'tedrahcu'

0 comments on commit 51e9eef

Please sign in to comment.