You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ,
I am writing unit test cases for my jekyll plugins , where I need the site variable and context.registers .
I was able to get the site variable using the process used by jekyll-algolia plugin link to jekyll-algolia spec_helper.rb.
Is there a way i can also access the @context.register using the way got access to site variable?
The text was updated successfully, but these errors were encountered:
Hello ,
I am writing unit test cases for my jekyll plugins , where I need the site variable and context.registers .
I was able to get the site variable using the process used by jekyll-algolia plugin link to jekyll-algolia spec_helper.rb.
Is there a way i can also access the
@context.register
using the way got access to site variable?The text was updated successfully, but these errors were encountered: