projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Create an old_way factory, and start using it for tests.
[rails.git]
/
test
/
factories
/
old_way.rb
1
FactoryGirl.define do
2
factory :old_way do
3
timestamp Time.now
4
visible true
5
version 1
6
7
changeset
8
association :current_way, :factory => :way
9
end
10
end