Module
RSpec::Expectations::Syntax::ShouldExpressionGenerator
In:
lib/rspec/expectations/syntax.rb
@api private Generates expectation expressions for the `should` syntax.
Methods
negative_expression
positive_expression
Public Class methods
negative_expression
(target_expression, matcher_expression)
positive_expression
(target_expression, matcher_expression)
[Validate]