Sha256: defb4a35c2189a4db59e1f348f2b64983497d8c8be5a56fe68ab1469c5916f81

Contents?: true

Size: 156 Bytes

Versions: 23

Compression:

Stored size: 156 Bytes

Contents

require 'test_helper'

class ActiveModelTest < CassandraObject::TestCase
  # include ActiveModel::Lint::Tests

  def setup
    @model = Issue.new
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
gotime-cassandra_object-4.5.1 test/unit/active_model_test.rb
gotime-cassandra_object-4.5.0 test/unit/active_model_test.rb
gotime-cassandra_object-4.4.5 test/unit/active_model_test.rb
gotime-cassandra_object-4.4.4 test/unit/active_model_test.rb
gotime-cassandra_object-4.4.3 test/unit/active_model_test.rb
gotime-cassandra_object-4.4.0 test/unit/active_model_test.rb
gotime-cassandra_object-4.3.2 test/unit/active_model_test.rb
gotime-cassandra_object-4.3.1 test/unit/active_model_test.rb
gotime-cassandra_object-4.3.0 test/unit/active_model_test.rb
gotime-cassandra_object-4.2.2 test/unit/active_model_test.rb
gotime-cassandra_object-4.2.0 test/unit/active_model_test.rb
gotime-cassandra_object-4.1.0 test/unit/active_model_test.rb
gotime-cassandra_object-4.0.2 test/unit/active_model_test.rb
gotime-cassandra_object-4.0.1 test/unit/active_model_test.rb
gotime-cassandra_object-4.0.0 test/unit/active_model_test.rb
gotime-cassandra_object-3.0.5 test/unit/active_model_test.rb
gotime-cassandra_object-3.0.4 test/unit/active_model_test.rb
gotime-cassandra_object-3.0.3 test/unit/active_model_test.rb
gotime-cassandra_object-3.0.2 test/unit/active_model_test.rb
gotime-cassandra_object-3.0.1 test/unit/active_model_test.rb