Sha256: 6a1ca993b964f20b31dbccbe5240ea1ec311ba51d9e07db7a316f06fbfeb4b6e

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

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

RSpec.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

4 entries across 4 versions & 2 rubygems

Version Path
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/spec/input_class_finder_spec.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/spec/input_class_finder_spec.rb
formtastic-4.0.0 spec/input_class_finder_spec.rb
formtastic-4.0.0.rc1 spec/input_class_finder_spec.rb