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
mongo_mapper-unstable-2010.07.15 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.14 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.13 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.12 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.09 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.08 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.07 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.06 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.05 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.02 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.07.01 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.30 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.29 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.28 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.25 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.24 test/test_active_model_lint.rb
mongo_mapper-unstable-2010.06.23 test/test_active_model_lint.rb
mongo_mapper-0.8.2 test/test_active_model_lint.rb
mongo_mapper-0.8.1 test/test_active_model_lint.rb
mongo_mapper-0.8.0 test/active_model_lint_test.rb