kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Warning about instance variable that is not initialized #225

Closed fynsta closed 3 years ago

fynsta commented 3 years ago

On running rspec -w in my project, I get the following error:

.rvm/gems/ruby-2.6.1/gems/meta-tags-2.14.0/lib/meta_tags/controller_helper.rb:18: warning: instance variable @page_title not initialized

Can I solve this on my end or is this a bug in the library?