Sha256: bf8f16ad59541464ca1786ec69e86f4d44e87e300fe4a7d44d5e19282cd7f658
Contents?: true
Size: 311 Bytes
Versions: 3
Compression:
Stored size: 311 Bytes
Contents
# encoding: UTF-8 require 'test_helper' class UiHelperTest < ActionView::TestCase include UiBibz::Helpers::Ui::CoreHelper test 'progress bar' do actual = ui_progress(20) expected = "<progress class=\"progress\" max=\"100\" value=\"20\">20</progress>" assert_equal expected, actual end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ui_bibz-2.0.0.beta2.2 | test/ui/core/progress_test.rb |
ui_bibz-2.0.0.beta2.1 | test/ui/core/progress_test.rb |
ui_bibz-2.0.0.beta2 | test/ui/core/progress_test.rb |