Sha256: 096f00a73c42be4121c79340e7349cd6ab7928c08881ffeb61ca9d53f224a3f6
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
require 'spec_helper' Dir['./spec/padrino/*_helper.rb'].each {|f| require f} describe 'When used in Padrino or Middleman' do let(:bh) { PadrinoView.new } before { Bh.framework = :padrino } all_tests_pass_for 'the alert_box helper' all_tests_pass_for 'the bootstrap_css helper' all_tests_pass_for 'the bootstrap_js helper' all_tests_pass_for 'the bootstrap_theme_css helper' all_tests_pass_for 'the button helper' all_tests_pass_for 'the dropdown helper' all_tests_pass_for 'the font_awesome_css helper' all_tests_pass_for 'the glyphicon helper' all_tests_pass_for 'the horizontal helper' all_tests_pass_for 'the icon helper' all_tests_pass_for 'the modal helper' all_tests_pass_for 'the nav helper' all_tests_pass_for 'the navbar helper' all_tests_pass_for 'the panel helper' all_tests_pass_for 'the panel_row helper' all_tests_pass_for 'the progress_bar helper' all_tests_pass_for 'the vertical helper' all_tests_pass_for 'the button_to helper (Padrino)' all_tests_pass_for 'the link_to helper' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bh-1.3.1 | spec/padrino_spec.rb |
bh-1.3.0 | spec/padrino_spec.rb |
bh-1.2.0 | spec/padrino_spec.rb |