Commit 89a8d02c authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use spec_helper than rails_helper

parent 0c7e13f9
# frozen_string_literal: true
require 'rails_helper'
require 'spec_helper'
describe Projects::ErrorTrackingController do
set(:project) { create(:project) }
......
# frozen_string_literal: true
require 'rails_helper'
require 'spec_helper'
describe 'Display system header and footer bar' do
let(:header_message) { "Foo" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment