Sha256: 8f90a3ed0ae00373741a823b3858e32022f8705311e392ccccc59a362ff9a10c
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
require 'test_helper' class ErdIndexTest < ActionDispatch::IntegrationTest test 'with author and book model' do visit '/erd' assert has_content? 'Author', minimum: 1 assert has_content? 'name' assert has_content? 'Book' assert has_content? 'title' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erd-0.4.0 | test/features/erd_test.rb |