app.kluk.fr/spec/models/mood_spec.rb
Christophe Robillard 5aec99bbac
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
init spec
2025-11-22 18:46:44 +01:00

7 lines
98 B
Ruby

require 'rails_helper'
describe Mood, type: :model do
it 'works' do
expect(true)
end
end