spec/controller/helpers_spec.rb in stealth-1.1.6 vs spec/controller/helpers_spec.rb in stealth-2.0.0.beta1
- old
+ new
@@ -1,8 +1,7 @@
-# coding: utf-8
# frozen_string_literal: true
-require File.expand_path(File.join(File.dirname(__FILE__), '..', '/spec_helper'))
+require 'spec_helper'
$:.unshift File.expand_path("../support/helpers", __dir__)
describe "Stealth::Controller helpers" do