From b75ea223c384d0a0164c791bd651095200501dfd Mon Sep 17 00:00:00 2001 From: Spencer Markowski Date: Thu, 21 Mar 2024 13:55:38 -0400 Subject: [PATCH] Fix behaves like spec --- spec/support/behaves_like_stretchy_model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/behaves_like_stretchy_model.rb b/spec/support/behaves_like_stretchy_model.rb index acf0e75..c2cf881 100644 --- a/spec/support/behaves_like_stretchy_model.rb +++ b/spec/support/behaves_like_stretchy_model.rb @@ -25,7 +25,7 @@ expect(model_class.count).to be_a(Numeric) end - context 'pipelins' do + context 'pipelines' do it 'responds to default_pipeline' do expect(model_class).to respond_to(:default_pipeline) end