Sha256: 0398b58f052ee3c8c79511c6d97bb6006abe0903c67055f1ce488f8532a729c1
Contents?: true
Size: 325 Bytes
Versions: 20
Compression:
Stored size: 325 Bytes
Contents
require 'helper' class TestDjatokaViewHelpers < Test::Unit::TestCase with_a_resolver do context 'Rails view helpers' do should 'be true' do assert true end should_eventually 'Test the Rails view helpers' do assert_equal '', djatoka_image_tag(@identifier) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems