Sha256: ba35354190f18c3767dd8d16b60df047b672c56819fbf413063bf277b253fa1c

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require 'test_helper'

class BootstrapValidatorRailsTest < ActionView::TestCase
  def setup
    @post = Post.new(title: 'An awesome title')
    @form = view.bootstrap_validation_form_for(@post, url: '#') do |f|
      f.check_box :accepted
    end
  end

  test 'test will be included later' do
    p @form
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap_validator_rails-0.6.0 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.5.1 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.5.0 test/bootstrap_validator_rails_test.rb