start on card editing

This commit is contained in:
2022-11-30 11:22:45 +02:00
parent 5ade5c6c19
commit 277d4dce36
26 changed files with 187 additions and 19 deletions

View File

@ -0,0 +1,7 @@
require 'rails_helper'
module Merged
RSpec.describe Card, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end
end