Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-07-30 18:06:37 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-07-30 18:06:37 +0300
commit89a8d02c350a18b23e1ba0f00080e4549d9770ec (patch)
treee82fb73e8c69c41995a1480db49e1802c6a12827 /spec/features/display_system_header_and_footer_bar_spec.rb
parent0c7e13f912847fe5fb7eeb93c1cfd4861d6ec44e (diff)
Use spec_helper than rails_helper
Diffstat (limited to 'spec/features/display_system_header_and_footer_bar_spec.rb')
-rw-r--r--spec/features/display_system_header_and_footer_bar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/display_system_header_and_footer_bar_spec.rb b/spec/features/display_system_header_and_footer_bar_spec.rb
index af9d9a5834f..e32da1a02bc 100644
--- a/spec/features/display_system_header_and_footer_bar_spec.rb
+++ b/spec/features/display_system_header_and_footer_bar_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require 'rails_helper'
+require 'spec_helper'
describe 'Display system header and footer bar' do
let(:header_message) { "Foo" }