Sha256: e9f1efb39347ada7c127736d17917d79c0faa86089f74ed0ff62a679c1a451b3

Contents?: true

Size: 272 Bytes

Versions: 9

Compression:

Stored size: 272 Bytes

Contents

# encoding: utf-8
require 'spec_helper'
require 'formtastic/input_class_finder'

describe Formtastic::InputClassFinder do
  it_behaves_like 'Specialized Class Finder' do
    let(:default) { Formtastic::Inputs }
    let(:namespaces_setting) { :input_namespaces }
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
formtastic-3.1.5 spec/input_class_finder_spec.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/formtastic-3.1.4/spec/input_class_finder_spec.rb
formtastic-3.1.4 spec/input_class_finder_spec.rb
formtastic-3.1.3 spec/input_class_finder_spec.rb
formtastic-3.1.2 spec/input_class_finder_spec.rb
formtastic-3.1.1 spec/input_class_finder_spec.rb
formtastic-3.1.0 spec/input_class_finder_spec.rb
formtastic-3.1.0.rc2 spec/input_class_finder_spec.rb
formtastic-3.1.0.rc1 spec/input_class_finder_spec.rb