spec/support/factories/dummy_model.rb in azeroth-0.4.0 vs spec/support/factories/dummy_model.rb in azeroth-0.5.0
- old
+ new
@@ -5,7 +5,8 @@
sequence(:id)
first_name { 'dummy' }
last_name { 'bot' }
age { 21 }
favorite_pokemon { 'squirtle' }
+ favorite_game { 'pokemon' }
end
end