Fix FactoryGirl lint spec

#186
This commit is contained in:
Artur Beljajev 2016-10-28 00:25:07 +03:00
parent 7a3e900e13
commit 7e46ba01c2
2 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,7 @@
require_relative 'rails_helper'
RSpec.describe 'FactoryGirl', db: true do
it 'lints factories' do
FactoryGirl.lint
end
end

View file

@ -1,7 +0,0 @@
require 'rails_helper'
RSpec.describe 'FactoryGirl' do
it 'lints factories' do
FactoryGirl.lint
end
end