File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 with :
5353 bundler-cache : true
5454 bundler : latest
55- - run : bundle exec liquid-spec run spec/ruby-liquid .rb --no-max-failures
55+ - run : bundle exec liquid-spec run spec/ruby_liquid .rb --no-max-failures
5656
5757 memory_profile :
5858 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22
33# Liquid Spec Adapter for Shopify/liquid (Ruby reference implementation)
44#
5- # Run with: bundle exec liquid-spec run spec/ruby-liquid .rb
5+ # Run with: bundle exec liquid-spec run spec/ruby_liquid .rb
66
77$LOAD_PATH. unshift ( File . expand_path ( '../lib' , __dir__ ) )
88require 'liquid'
2525 context = Liquid ::Context . build (
2626 static_environments : ctx . environment ,
2727 registers : registers ,
28- rethrow_errors : ctx . rethrow_errors?
28+ rethrow_errors : ctx . rethrow_errors? ,
2929 )
3030
3131 context . exception_renderer = ctx . exception_renderer if ctx . exception_renderer
You can’t perform that action at this time.
0 commit comments