Class: GraphicalTestsForRails::TextAppliers::PrefixNameAndArgsFromQuotedText
- Inherits:
-
Object
- Object
- GraphicalTestsForRails::TextAppliers::PrefixNameAndArgsFromQuotedText
- Defined in:
- lib/graphical_tests_for_rails/text-appliers.rb
Overview
Like ArgsFromQuotedText, but the first word (typically a name) is downcased and used as the first argument. For example, this:
paul logs in with "john", password "j"
means this:
target.logs_in_with("paul", "john", "j")