Skip to content

Commit

Permalink
Clean up test-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Dec 5, 2024
1 parent 8217b2b commit a515299
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
require "minitest/autorun"
require "shoulda/context"

$LOAD_PATH.unshift(File.join(__dir__, "..", "lib"))
$LOAD_PATH.unshift(__dir__)
require_relative "../lib/jekyll-archives"

require "jekyll-archives"

TEST_DIR = __dir__
SOURCE_DIR = File.expand_path("source", TEST_DIR)
DEST_DIR = File.expand_path("destination", TEST_DIR)
SOURCE_DIR = File.expand_path("source", __dir__)
DEST_DIR = File.expand_path("destination", __dir__)

module Minitest
class Test
Expand Down

0 comments on commit a515299

Please sign in to comment.