Sha256: 95d8693e1aaf320544478a33d70a00d37b620adac7cd73ea6b35de015c1001d5
Contents?: true
Size: 556 Bytes
Versions: 10
Compression:
Stored size: 556 Bytes
Contents
# frozen_string_literal: true # require_relative 'spec_helper' # require 'active_interaction' # require 'mtk_framework' # require 'pry' class ApplicationInteraction < ActiveInteraction::Base include MtkFramework::ActiveInteractionConcerns::I18nable include MtkFramework::ActiveInteractionConcerns::Interruptable include MtkFramework::ActiveInteractionConcerns::Loggable include MtkFramework::ActiveInteractionConcerns::Rescuable include MtkFramework::ActiveInteractionConcerns::UpdatableObject end RSpec.describe ApplicationInteraction do end
Version data entries
10 entries across 10 versions & 1 rubygems