Sha256: 3530842b79d6b591e444466a423b8d526b0cede578dd77d7ed6854e3f17dd610
Contents?: true
Size: 339 Bytes
Versions: 16
Compression:
Stored size: 339 Bytes
Contents
require 'test_helper' class ImagesShowIndexTest < ActionDispatch::IntegrationTest setup do visit(lentil.image_path lentil_images(:one)) end # This is important otherwise there is some strange reloading that goes on test "should have a class on the body" do assert page.has_selector?('body.lentil-images_show') end end
Version data entries
16 entries across 16 versions & 1 rubygems