Sha256: e4d510636d73484cabc0aa734c6781748d99e027cd69d6e7c676104a99fd5c16
Contents?: true
Size: 281 Bytes
Versions: 23
Compression:
Stored size: 281 Bytes
Contents
module Sipity RSpec.describe WorkflowStateAction, type: :model, no_clean: true do subject { described_class } its(:column_names) { is_expected.to include("originating_workflow_state_id") } its(:column_names) { is_expected.to include("workflow_action_id") } end end
Version data entries
23 entries across 23 versions & 3 rubygems