Documentation
¶
Overview ¶
Package rspec implements RSpec test framework support for Ruby test files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶
func NewDefinition() *framework.Definition
Types ¶
type RSpecContentMatcher ¶
type RSpecContentMatcher struct{}
RSpecContentMatcher matches RSpec-specific patterns.
func (*RSpecContentMatcher) Match ¶
func (m *RSpecContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type RSpecFileMatcher ¶
type RSpecFileMatcher struct{}
RSpecFileMatcher matches *_spec.rb and spec/**/*.rb files.
func (*RSpecFileMatcher) Match ¶
func (m *RSpecFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.