Skip to content

Commit

Permalink
Fix behaves like spec
Browse files Browse the repository at this point in the history
  • Loading branch information
esmarkowski committed Mar 21, 2024
1 parent 262787f commit b75ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/behaves_like_stretchy_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75ea22

Please sign in to comment.