RSpec provides a few standard methods for defining tests:
it
example
specify
its (via rspec-its)
scenario (via capybara)
- etc.
See the example_group.rb source for more. There are some interesting edge cases like skip that probably shouldn't be runnable but may make sense in the outline.
There are also several standard methods for defining example groups:
example_group
describe
context
feature (via capybara)
These methods are not consistently detected in the outline or runnables. For example, switching between it, specify, and example gives:
