mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
7 lines
131 B
Ruby
7 lines
131 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Paper do
|
|
context "Validations" do
|
|
it { should validate_presence_of(:name) }
|
|
end
|
|
end
|