Sha256: 8cd22b1eea51624f9b918de64480b781feef8254201c326f4f2b3b64d09cbd93

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

require 'spec_helper'
Dir['./spec/rails/*_helper.rb'].each {|f| require f}

describe 'When used in Rails' do
  let(:railsstrap) { RailsView.new }
  before { Railsstrap.framework = :rails }

  all_tests_pass_for 'the alert_box helper'
  all_tests_pass_for 'the badge helper'
  # all_tests_pass_for 'the breadcrumb helper'
  all_tests_pass_for 'the aside 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 button group 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 card helper'
  all_tests_pass_for 'the card_group 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

2 entries across 2 versions & 1 rubygems

Version Path
railsstrap-4.0.0.beta3 spec/rails_spec.rb
railsstrap-4.0.0.beta2 spec/rails_spec.rb