Sha256: 8d3dc76866fd64aa58b0db807064cf94b15b138090b0bbc788ca92f017190cb7
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
require 'test_helper' class SortableGalleryUiTest < ViewCase fixtures :all setup :sign_in teardown :teardown def test_including_draggable_td visit adminpanel.gallery_path(adminpanel_galleries(:one)) # assert for sortable stuff assert_selector 'td.draggable.img' end protected def sign_in visit adminpanel.signin_path login end end
Version data entries
6 entries across 6 versions & 1 rubygems