Sha256: d883620c977ac489208e79ef394afcd3a960eb3da1213cdb62163a6703c6b560
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
require 'test_helper' module Admin class PostsControllerTest < ActionDispatch::IntegrationTest test "index" do post = posts(:one) get admin_posts_path assert_response :ok assert_select "td.cell-data--active-storage > a[href='#{admin_post_path(post)}']" end end end
Version data entries
5 entries across 5 versions & 1 rubygems