Skip to content

Commit

Permalink
Remove unused test_loader method
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Nov 24, 2023
1 parent 0d83855 commit efe6706
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/shoes-spec/test_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ module ShoesSpec

private

def test_loader
# We don't add this to Shoes, because this isn't a Shoes app. Instead we'll
# call it directly to load our Shoes specs. We use front_matter_and_segments_from_file
# instead of load_file, so we don't register segment types.
@loader ||= Scarpe::Components::SegmentedFileLoader.new
end

def tests_by_category
return @tests_by_category if @tests_by_category

Expand Down

0 comments on commit efe6706

Please sign in to comment.