Skip to content

Commit

Permalink
Merge pull request #410 from rspec/typo-in-with-keywords-when-needed
Browse files Browse the repository at this point in the history
With out => without
  • Loading branch information
JonRowe committed Apr 8, 2020
2 parents 5915149 + 6ffbd71 commit 7692dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/support/with_keywords_when_needed_spec.rb
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 7692dbb

Please sign in to comment.