Sha256: eb207a3611a6a399f90d219fddb55f948a9f49d6623320ef6049166b6ca7fdeb
Contents?: true
Size: 381 Bytes
Versions: 23
Compression:
Stored size: 381 Bytes
Contents
module Sipity RSpec.describe WorkflowAction, type: :model, no_clean: true do context 'database configuration' do subject { described_class } its(:column_names) { is_expected.to include('workflow_id') } its(:column_names) { is_expected.to include('resulting_workflow_state_id') } its(:column_names) { is_expected.to include('name') } end end end
Version data entries
23 entries across 23 versions & 3 rubygems