Sha256: 16687f6cd8498c2c7a50455b19341ea3a204dae3f297b339fe1995b882aec982

Contents?: true

Size: 194 Bytes

Versions: 6

Compression:

Stored size: 194 Bytes

Contents

require 'test_helper'
require 'active_model'
require 'models'

class ActiveModelLintTest < ActiveModel::TestCase
  include ActiveModel::Lint::Tests
  
  def setup
    @model = Post.new
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
numon-0.0.1 test/active_model_lint_test.rb
mongo_mapper-0.7.1 test/active_model_lint_test.rb
mongo_mapper-unstable-2010.3.8 test/active_model_lint_test.rb
mongo_mapper-unstable-2010.3.5 test/active_model_lint_test.rb
mongo_mapper-unstable-2010.3.4 test/active_model_lint_test.rb
mongo_mapper-unstable-2010.3.3 test/active_model_lint_test.rb