Skip to content

Commit

Permalink
Assume lazy-loading of BetweenMeals repository classes
Browse files Browse the repository at this point in the history
This change is in anticipation of
facebook/between-meals#136, where we only load a class
if it's actually in use (ie this allows operation without the rugged gem)
  • Loading branch information
dafyddcrosby committed Nov 29, 2023
1 parent 9e44ba8 commit 0110ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/taste_tester/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

require 'taste_tester/logging'
require 'between_meals/util'
require 'between_meals/repo/hg'
require 'between_meals/repo/git'
require 'between_meals/repo'

module TasteTester
# Hooks placeholders
Expand Down

0 comments on commit 0110ffa

Please sign in to comment.