Sha256: 53ecdad980e88e0dad910719d4aa9cb58f49202fa0354c13470c989cd251bbc4

Contents?: true

Size: 155 Bytes

Versions: 9

Compression:

Stored size: 155 Bytes

Contents

FactoryGirl.define do
  factory :action, class: "TableCloth::Extensions::Actions::Action" do
    options({})
    initialize_with { new(options) }
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
table_cloth-0.4.3 spec/factories/actions.rb
table_cloth-0.4.2 spec/factories/actions.rb
table_cloth-0.4.1 spec/factories/actions.rb
table_cloth-0.4.0 spec/factories/actions.rb
table_cloth-0.3.2 spec/factories/actions.rb
table_cloth-0.3.1.alpha1 spec/factories/actions.rb
table_cloth-0.3.0.beta3 spec/factories/actions.rb
table_cloth-0.3.0.beta2 spec/factories/actions.rb
table_cloth-0.3.0.beta1 spec/factories/actions.rb