Method: Trailblazer::Test::Assertion::AssertPass::PassedWithAttributes#call
- Defined in:
- lib/trailblazer/test/assertion/assert_pass.rb
#call(signal, ctx, **options) ⇒ Object
53 54 55 56 57 58 |
# File 'lib/trailblazer/test/assertion/assert_pass.rb', line 53 def call(signal, ctx, **) model = model_for(ctx, **) outcome, error_msg = assertion(ctx, **, model: model) return outcome, error_msg end |