spec/factories/users.rb in
hubstats-0.4.4
vs spec/factories/users.rb in
hubstats-0.5.0
- old
+ new
@@ -11,7 +11,6 @@
id {|n| "#{n}".to_i} role "User" initialize_with { attributes } end
-
end