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