mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
Factories spec refactoring after #1616
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
require 'spec_helper'
|
||||
|
||||
INVALID_FACTORIES = [:key_with_a_space_in_the_middle]
|
||||
|
||||
FactoryGirl.factories.map(&:name).each do |factory_name|
|
||||
next if :key_with_a_space_in_the_middle == factory_name
|
||||
next if INVALID_FACTORIES.include?(factory_name)
|
||||
describe "#{factory_name} factory" do
|
||||
it 'should be valid' do
|
||||
build(factory_name).should be_valid
|
||||
|
||||
Reference in New Issue
Block a user