Skip to content

Fix DashboardHelper reference in spec

Stan Hu requested to merge sh-fix-dashboard-helper-constant into master

Helpers::DashboardHelper doesn't actually exist, and Ruby 2.5 gets rid of the automatic top-level constant lookup (https://bugs.ruby-lang.org/issues/11547).

Merge request reports