Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit ee93281

Browse files
committed
Merge pull request #410 from rspec/typo-in-with-keywords-when-needed
With out => without
1 parent ca5db55 commit ee93281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/support/with_keywords_when_needed_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run(klass, *args, &block)
2222
run(klass, 42) { |arg| check_argument(arg) }
2323
end
2424

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

0 commit comments

Comments
 (0)