Sha256: 3cbefbfad88db6ae7fdf73770f9144cda8b8288ecc76f42ec44a8651c7c41576
Contents?: true
Size: 183 Bytes
Versions: 4
Compression:
Stored size: 183 Bytes
Contents
require 'test_helper' # Test dummy app Post model class PostTest < ActiveSupport::TestCase test 'should create post' do post = Post.create assert post.persisted? end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ndr_ui-1.12.2 | test/models/post_test.rb |
ndr_ui-1.12.1 | test/models/post_test.rb |
ndr_ui-1.12.0 | test/models/post_test.rb |
ndr_ui-1.8.1 | test/models/post_test.rb |