forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bad Steve! No committing commented out code ;)
- Loading branch information
Carol Nichols
committed
Mar 15, 2011
1 parent
75944f9
commit 97daabc
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| | ||
|
@@ -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| | ||
|