Skip to content

Commit

Permalink
/!\ old syntax with a broken undefine variable is now not supported a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
sebastienbeau committed Sep 30, 2024
1 parent d4d34fc commit fd7cb5b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/liquid/tags/path_to_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@

it { is_expected.to eq '/ipad-pro' }

context 'with a different template (old syntax)' do

let(:source) { "{% path_to product, with: on_sale_product %}" }
it { is_expected.to eq '/on-sale/ipad-pro' }

end

context 'with a different template' do

let(:source) { "{% path_to product, with: 'on_sale_product' %}" }
Expand Down

0 comments on commit fd7cb5b

Please sign in to comment.