Sha256: 646e2d9945c2ab4434442cd619b8cd93406a27f27ff4f6c11984cb27eb2533d2

Contents?: true

Size: 308 Bytes

Versions: 9

Compression:

Stored size: 308 Bytes

Contents

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

describe Formtastic::ActionClassFinder do
  include FormtasticSpecHelper

  it_behaves_like 'Specialized Class Finder' do
    let(:default) { Formtastic::Actions }
    let(:namespaces_setting) { :action_namespaces }
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

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