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.
1 parent 0d8e874 commit 6dff196Copy full SHA for 6dff196
spec/rspec/rails/matchers/active_job_spec.rb
@@ -347,7 +347,7 @@ def self.name; "LoggingJob"; end
347
}
348
end
349
350
- it "passess deserialized arguments to with block" do
+ it "passes deserialized arguments to with block" do
351
global_id_object = GlobalIdModel.new("42")
352
353
expect {
@@ -650,7 +650,7 @@ def self.name; "LoggingJob"; end
650
651
652
653
654
655
656
0 commit comments