Sha256: bf2351a4ebadcba7793e795e1eed9152327f36058a723c545da0d8a368e37ca6

Contents?: true

Size: 295 Bytes

Versions: 61

Compression:

Stored size: 295 Bytes

Contents

require 'test_helper'
# For testing against edge rails also.
# $:.unshift '/Users/jnunemaker/dev/ruby/rails/activemodel/lib'
require 'active_model'
require 'models'

class ActiveModelLintTest < ActiveModel::TestCase
  include ActiveModel::Lint::Tests

  def setup
    @model = Post.new
  end
end

Version data entries

61 entries across 61 versions & 8 rubygems

Version Path
jonbell-mongo_mapper-0.8.6 test/test_active_model_lint.rb
ign-mongo_mapper-0.8.6.2 test/test_active_model_lint.rb
ign-mongo_mapper-0.8.6.1 test/test_active_model_lint.rb
ssherman-mongo_mapper-0.8.6 test/test_active_model_lint.rb
mongo_mapper-0.8.6 test/test_active_model_lint.rb
mongo_mapper-0.8.5 test/test_active_model_lint.rb
honkster-mongo_mapper-0.8.4 test/test_active_model_lint.rb
mongo_mapper-0.8.4 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.19 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.18 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.17 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.16 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.15 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.14 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.13 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.12 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.11 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.10 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.08.09 test/test_active_model_lint.rb
mongo_mapper-0.8.3 test/test_active_model_lint.rb