Use spec_helper rather than rails_helper on Geo model specs

parent 07a564ed
require 'rails_helper'
require 'spec_helper'
RSpec.describe Geo::EventLog, type: :model do
describe 'relationships' do
......
require 'rails_helper'
require 'spec_helper'
RSpec.describe Geo::RepositoryUpdatedEvent, type: :model do
describe 'relationships' do
......
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