We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert_predicate
assert
1 parent ee8b117 commit cea2a0fCopy full SHA for cea2a0f
test/unit/configuration_test.rb
@@ -29,7 +29,7 @@ class ConfigurationTest < ActiveSupport::TestCase
29
test "warns if provided configuration file does not exist" do
30
assert_output "[solid_queue] WARNING: Provided configuration file '/path/to/nowhere.yml' does not exist. Falling back to default configuration.\n" do
31
configuration = SolidQueue::Configuration.new(config_file: Pathname.new("/path/to/nowhere.yml"))
32
- assert_predicate configuration, :valid?
+ assert configuration.valid?
33
end
34
35
0 commit comments