Skip to content

Commit

Permalink
Bad Steve! No committing commented out code ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Nichols committed Mar 15, 2011
1 parent 75944f9 commit 97daabc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/factories.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
Factory.define :feed do |f|
#f.user_name "John Public"
#f.user_username "user_name"
#f.user_email "[email protected]"
#f.user_website "http://example.com"
end

Factory.sequence :update_text do |i|
Expand All @@ -23,9 +19,6 @@

Factory.define :user do |u|
u.username Factory.next(:usernames)
#u.email Factory.next(:emails)
#u.website "http://example.com"
#u.name "Something"
end

Factory.sequence :integer do |i|
Expand Down

0 comments on commit 97daabc

Please sign in to comment.