Use spec_helper than rails_helper

This commit is contained in:
Lin Jen-Shin 2019-07-30 23:06:37 +08:00
parent 0c7e13f912
commit 89a8d02c35
No known key found for this signature in database
GPG Key ID: 7981A519E441F57C
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'rails_helper'
require 'spec_helper'
describe Projects::ErrorTrackingController do
set(:project) { create(:project) }

View File

@ -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" }