Skip to content

Commit

Permalink
Correct whitespace generated by factory template.
Browse files Browse the repository at this point in the history
Closes #36
  • Loading branch information
JDutil authored and joshuaclayton committed Oct 14, 2011
1 parent c7d54d2 commit d364e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/generators/factory_girl/model/templates/fixtures.rb
Expand Up @@ -2,8 +2,8 @@

FactoryGirl.define do
factory :<%= singular_name %> do
<% for attribute in attributes -%>
<% for attribute in attributes -%>
<%= attribute.name %> <%= attribute.default.inspect %>
<% end -%>
<% end -%>
end
end
end

0 comments on commit d364e83

Please sign in to comment.