Sha256: 35b158eb8385f18d8f9676f24b51e5e043ee48cb2d43a02c5359736aca7d0e58
Contents?: true
Size: 1021 Bytes
Versions: 3
Compression:
Stored size: 1021 Bytes
Contents
require 'spec_helper' Dir['./spec/rails/*_helper.rb'].each {|f| require f} describe 'When used in Rails' do let(:bh) { RailsView.new } before { Bh.framework = :rails } 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 (Rails)' 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/rails_spec.rb |
bh-1.3.0 | spec/rails_spec.rb |
bh-1.2.0 | spec/rails_spec.rb |