summaryrefslogtreecommitdiff
path: root/spec/factories_spec.rb
diff options
context:
space:
mode:
authorIzaak Alpert <ialpert@blackberry.com>2013-07-12 12:23:42 -0400
committerIzaak Alpert <ialpert@blackberry.com>2013-07-17 22:46:38 -0400
commit0ef055a4aef76d20668a40717fb33bfe41599cfb (patch)
treecaa845c06e1b0c61dce3038474383696ad2ea691 /spec/factories_spec.rb
parent09112dbb1df2669b0042d6d785a5469a9855ac20 (diff)
downloadgitlab-ce-0ef055a4aef76d20668a40717fb33bfe41599cfb.tar.gz
MR on fork: Email fixes, style fixes
-Removed many extra spaces I added -Fixed email templates to be consistent/better looking GITLAB-894, GITLAB-895, (GITLAB-858) Change-Id: I35c1a8e0e22af7de26d54e5c3da987fa7bb3921e
Diffstat (limited to 'spec/factories_spec.rb')
-rw-r--r--spec/factories_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories_spec.rb b/spec/factories_spec.rb
index 7f887be9ce9..d38ce3d1c7e 100644
--- a/spec/factories_spec.rb
+++ b/spec/factories_spec.rb
@@ -5,7 +5,6 @@ INVALID_FACTORIES = [
:invalid_key,
]
-
FactoryGirl.factories.map(&:name).each do |factory_name|
next if INVALID_FACTORIES.include?(factory_name)