summaryrefslogtreecommitdiff
path: root/test/models/ptu_pokemon_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/models/ptu_pokemon_test.rb')
-rw-r--r--test/models/ptu_pokemon_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/models/ptu_pokemon_test.rb b/test/models/ptu_pokemon_test.rb
index 0b4aa2f..1fcdfa2 100644
--- a/test/models/ptu_pokemon_test.rb
+++ b/test/models/ptu_pokemon_test.rb
@@ -7,8 +7,4 @@ class PtuPokemonTest < ActiveSupport::TestCase
base_speed: 6)
end
end
-
- test "can't set a male chance greater than 100" do
- assert_not ptu_pokemons(:one).update(male_chance: 150.20)
- end
end