From 8a5ff6de81f8f8bd1ee575b1bf0dac50ea05accc Mon Sep 17 00:00:00 2001 From: sawadatsuyoshi-mf Date: Fri, 10 May 2019 15:48:53 +0900 Subject: [PATCH] Description was wrong I see no such method as `excatly`. Rather, I found `exactly`. --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 405f7b4cd4..5bda65f730 100644 --- a/History.md +++ b/History.md @@ -14,7 +14,7 @@ Release date: 2019-05-09 ### Added -* Syntactic sugar `#once`, `#twice`, `#thrice`, `#excatly`, `#at_least`, `#at_most` to +* Syntactic sugar `#once`, `#twice`, `#thrice`, `#exactly`, `#at_least`, `#at_most` to `have_selector`, `have_css`, `have_xpath`, and `have_text` RSpec matchers * Support for multiple expression types in Selector definitions * Reduced wirecalls for common actions in Selenium driver