Skip to content

Commit

Permalink
Do not load logger in specs by default as it is not used
Browse files Browse the repository at this point in the history
Leave it commented out so it can be easily enabled when debugging.
  • Loading branch information
jeremyevans committed Jun 7, 2024
1 parent b2f9e04 commit 784bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sequel_spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'sequel'
require 'logger'
#require 'logger'

module AutoFormeSpec
TYPE_MAP = {:string=>String, :integer=>Integer, :decimal=>Numeric, :boolean=>TrueClass}
Expand Down

0 comments on commit 784bc0f

Please sign in to comment.