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