Sha256: 724f362ca119fcdef12af85e3a5052a010d81513cc4d8cefd280abc71afec432

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

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 (Rails)'
  all_tests_pass_for 'the link_to helper'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bh-1.3.6 spec/rails_spec.rb
bh-1.3.5 spec/rails_spec.rb
bh-1.3.4 spec/rails_spec.rb
bh-1.3.3 spec/rails_spec.rb