Method: Capybara::RSpecMatchers::CountSugar#at_most
- Defined in:
- lib/capybara/rspec/matchers/count_sugar.rb
#at_most(number) ⇒ Object
15 16 17 18 |
# File 'lib/capybara/rspec/matchers/count_sugar.rb', line 15 def at_most(number) [:maximum] = number self end |