mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01: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
|