Add copyright notice
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 1m18s
Run unit tests / unit_tests (pull_request) Successful in 1m44s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 44m9s

This commit is contained in:
Manuel Bustillo 2024-10-31 23:37:06 +00:00
parent 423bda7a86
commit d2b5f92636
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
FactoryBot.define do FactoryBot.define do
factory :expense do factory :expense do
sequence(:name) { |i| "Expense #{i}" } sequence(:name) { |i| "Expense #{i}" }

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'rails_helper' require 'rails_helper'
module Expenses module Expenses