Sha256: e386523a7739ea913add134f38c80d23ab1fc4d58f52ccce95b71dff5d2964a9
Contents?: true
Size: 430 Bytes
Versions: 25
Compression:
Stored size: 430 Bytes
Contents
require 'test_helper' class IndexTest < ViewCase fixtures :all setup :sign_in def test_index_buttons_of_resources visit adminpanel.salesmen_path assert_link 'Crear Agente' assert_selector 'i.fa.fa-pencil' assert_selector 'i.fa.fa-search-plus' assert_selector 'i.fa.fa-facebook' assert_selector 'i.fa.fa-twitter' end protected def sign_in visit adminpanel.signin_path login end end
Version data entries
25 entries across 25 versions & 1 rubygems