Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Oct 15, 2024
1 parent f4f9fd9 commit 83ef97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judoscale-rails/test/config_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Judoscale
end

it "adds the rake_task_ignore_regex config option" do
_(::Judoscale::Config.instance.rake_task_ignore_regex).must_equal /assets:|db:/
_(::Judoscale::Config.instance.rake_task_ignore_regex).must_equal(/assets:|db:/)
end
end
end

0 comments on commit 83ef97a

Please sign in to comment.