Files
puzzle-scoreboard/spec/models/world_bet_spec.rb
sto dae86bd1ea
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Worlds Bets
2026-09-06 10:07:47 +02:00

19 lines
446 B
Ruby

require 'rails_helper'
# == Schema Information
#
# Table name: world_bets
#
# id :integer not null, primary key
# bet :string
# french_score :integer
# name :string
# score :integer
# world_score :integer
# created_at :datetime not null
# updated_at :datetime not null
#
RSpec.describe WorldBet, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end