Sha256: ef327ef56ab445c38e87e429e0c6e35d66595300771b6896f5d84c58d9e0686c
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
require File.dirname(__FILE__)+'/test_helper' require 'test/unit' class LintTest < ActiveModel::TestCase include ActiveModel::Lint::Tests def setup @model = SignupPresenter.new end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_presenter-3.2.2 | test/lint_test.rb |
active_presenter-2.0.0a | test/lint_test.rb |