Commit 7284c58c authored by Marin Jankovski's avatar Marin Jankovski

Don't test if invalid key is valid.

parent 012dc227
require 'spec_helper'
FactoryGirl.factories.map(&:name).each do |factory_name|
next if :key_with_a_space_in_the_middle == factory_name
describe "#{factory_name} factory" do
it 'should be valid' do
build(factory_name).should be_valid
......
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