Sha256: 98f5e45d8c3d572ed5d0b46259f73c7fafd7b17345617d243feb7ebc64319e7f

Contents?: true

Size: 306 Bytes

Versions: 33

Compression:

Stored size: 306 Bytes

Contents

require 'test_helper'

class ActiveModelTest < Superstore::TestCase

  include ActiveModel::Lint::Tests

  # overrides ActiveModel::Lint::Tests#test_to_param
  def test_to_param
  end

  # overrides ActiveModel::Lint::Tests#test_to_key
  def test_to_key
  end

  def setup
    @model = Issue.new
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
superstore-3.0.0 test/unit/active_model_test.rb
superstore-2.5.0 test/unit/active_model_test.rb
superstore-2.4.4 test/unit/active_model_test.rb
superstore-2.4.3 test/unit/active_model_test.rb
superstore-2.4.2 test/unit/active_model_test.rb
superstore-2.4.1 test/unit/active_model_test.rb
superstore-2.4.0 test/unit/active_model_test.rb
superstore-2.3.0 test/unit/active_model_test.rb
superstore-2.2.0 test/unit/active_model_test.rb
superstore-2.1.3 test/unit/active_model_test.rb
superstore-2.1.2 test/unit/active_model_test.rb
superstore-2.1.1 test/unit/active_model_test.rb
superstore-2.1.0 test/unit/active_model_test.rb
superstore-2.0.1 test/unit/active_model_test.rb
superstore-2.0.0 test/unit/active_model_test.rb
superstore-1.2.0 test/unit/active_model_test.rb
superstore-1.1.4 test/unit/active_model_test.rb
superstore-1.1.3 test/unit/active_model_test.rb
superstore-1.1.2 test/unit/active_model_test.rb
superstore-1.1.1 test/unit/active_model_test.rb