Skip to content

Commit

Permalink
[support] Merge pull request rspec/rspec-support#410 from rspec/typo-…
Browse files Browse the repository at this point in the history
…in-with-keywords-when-needed

With out => without

---
This commit was imported from rspec/rspec-support@ee93281.
  • Loading branch information
JonRowe committed May 2, 2020
1 parent ccb5598 commit 1c895ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ def run(klass, *args, &block)
run(klass, 42) { |arg| check_argument(arg) }
end

it "will run a block with a hash with out keyword arguments" do
it "will run a block with a hash without keyword arguments" do
run(klass, "value" => 42) { |arg| check_argument(arg["value"]) }
end

Expand Down

0 comments on commit 1c895ae

Please sign in to comment.