Class: GraphicalTestsForRails::TextAppliers::ArgsFromQuotedText
- Defined in:
- lib/graphical_tests_for_rails/text-appliers.rb
Overview
The arguments to apply are quoted within the string. The message is the text before the first arg, snake-cased. For example, this:
paul logs in with "john", password "j"
means this:
target.paul_logs_in_with("john", "j")