Add FactoryGirl lint spec

#186
This commit is contained in:
Artur Beljajev 2016-10-26 23:45:56 +03:00
parent a882eb2df4
commit 7a3e900e13

7
spec/lint_spec.rb Normal file
View file

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