mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-07-14 16:31:33 +02:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
![]() |
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe Paper do
|
||
|
context "Validations" do
|
||
|
it { should validate_presence_of(:name) }
|
||
|
end
|
||
|
end
|