Skip to content

Commit

Permalink
Merge remote-tracking branch 'phiggins/unique_title_for_page_factory'
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 20, 2012
2 parents b2f2637 + 088806e commit 6e51e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/spec/factories/pages.rb
@@ -1,5 +1,5 @@
FactoryGirl.define do
factory :page, :class => Refinery::Page do
title "Test title"
sequence(:title, "a") {|n| "Test title #{n}" }
end
end

0 comments on commit 6e51e1f

Please sign in to comment.