2024-12-28 16:31:27 +00:00
|
|
|
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
|
2024-10-28 22:07:35 +00:00
|
|
|
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
|
2024-12-28 18:37:47 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-08-01 18:27:41 +00:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2024-12-28 17:27:28 +01:00
|
|
|
RSpec.describe Seat do
|
2024-08-01 18:27:41 +00:00
|
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
|
|
end
|