Sha256: da725e7aa8f6b5618aa87296385b78981ac0fcb211a24b5568451626ebbe7686

Contents?: true

Size: 316 Bytes

Versions: 4

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.number_field :title
    end
  end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_validator_rails-0.4.2 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.4.1 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.4.0 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.3.0 test/bootstrap_validator_rails_test.rb