Skip to content

Commit f7f5378

Browse files
lxxxvirosa
andcommitted
change assert_predicate to assert
Co-authored-by: Rosa Gutierrez <[email protected]>
1 parent b668b3c commit f7f5378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/configuration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ConfigurationTest < ActiveSupport::TestCase
2929
test "warns if provided configuration file does not exist" do
3030
assert_output "[solid_queue] WARNING: Provided configuration file '/path/to/nowhere.yml' does not exist. Falling back to default configuration.\n" do
3131
configuration = SolidQueue::Configuration.new(config_file: Pathname.new("/path/to/nowhere.yml"))
32-
assert_predicate configuration, :valid?
32+
assert configuration.valid?
3333
end
3434
end
3535

0 commit comments

Comments
 (0)