* Removed Pixa/Tinami sources
* Upgraded to Rails 3.2.3 * Fixed tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
Factory.define(:comment_vote) do |f|
|
||||
f.score 1
|
||||
end
|
||||
FactoryGirl.define do
|
||||
factory(:comment_vote) do
|
||||
score 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user