Sha256: 45b149a7a4708697ca5d8a155fb859526fddac938535a11a1b62469430835a40
Contents?: true
Size: 305 Bytes
Versions: 5
Compression:
Stored size: 305 Bytes
Contents
require 'test_helper' class BootstrapNotifyHelperTest < ActionView::TestCase test 'notify' do text = notify_js('test', 'test description') assert_not_nil text assert_not_nil /$\.pnotify\(\{title: 'test', text: 'test description', type: 'warning', styling: 'bootstrap'\}\)/i, text end end
Version data entries
5 entries across 5 versions & 1 rubygems