Skip to content

Commit

Permalink
Create config_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Sep 5, 2023
1 parent d46fb59 commit 0f740d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions judoscale-rails/test/config_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# frozen_string_literal: true

require "test_helper"
require "judoscale/rails/config"

module Judoscale
describe Judoscale::Rails::Config do
it "adds the start_reporter_after_initialize config option" do
_(::Judoscale::Config.instance.start_reporter_after_initialize).must_equal true
end
end
end

0 comments on commit 0f740d7

Please sign in to comment.