Sha256: 7541ccb8078545d780bf388919fb9ae8305e1378cccc77c55c25a69347cb1c64
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_validator_rails-0.0.6 | test/bootstrap_validator_rails_test.rb |