Method: Capybara::RSpecMatchers::CountSugar#at_least
- Defined in:
- lib/capybara/rspec/matchers/count_sugar.rb
#at_least(number) ⇒ Object
20 21 22 23 |
# File 'lib/capybara/rspec/matchers/count_sugar.rb', line 20 def at_least(number) [:minimum] = number self end |