Sha256: 92692e2bba5392ab72c1ec910d525a220a072677d8db2ca3476306e5c5053251
Contents?: true
Size: 261 Bytes
Versions: 23
Compression:
Stored size: 261 Bytes
Contents
module Sipity RSpec.describe WorkflowResponsibility, type: :model, no_clean: true do subject { described_class } its(:column_names) { is_expected.to include('agent_id') } its(:column_names) { is_expected.to include('workflow_role_id') } end end
Version data entries
23 entries across 23 versions & 3 rubygems