Sha256: d0c7edcca3546a87898bf306b9dd36612c110acaf3ed579ecd689b0af651fff5

Contents?: true

Size: 314 Bytes

Versions: 4

Compression:

Stored size: 314 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.text_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.2.0 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.1.2 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.1.1 test/bootstrap_validator_rails_test.rb
bootstrap_validator_rails-0.1.0 test/bootstrap_validator_rails_test.rb