pokemon_spec.rb 137 B

1234567
  1. # frozen_string_literal: true
  2. require 'rails_helper'
  3. RSpec.describe Pokemon, type: :model do
  4. # it {is_expected.to validate :pok}
  5. end