Sha256: 5b0d483256c6c29b8f18261d4b4bceb9cc53f6b539a6f592cd11abd61060ec3b

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

# -*- encoding : utf-8 -*-
require './test/test_helper'
class LintTest < Dao::TestCase
  include ActiveModel::Lint::Tests

  class LintConducer < Dao::Conducer; end

  def setup
    @model = LintConducer.new
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dao-8.0.1 test/active_model_conducer_lint_test.rb
dao-8.0.0 test/active_model_conducer_lint_test.rb
dao-7.0.0 test/active_model_conducer_lint_test.rb