Sha256: caeb61c924212405a83c23f5f2f931fd9c2a58806535fc0e42971ba06852e2a3

Contents?: true

Size: 143 Bytes

Versions: 12

Compression:

Stored size: 143 Bytes

Contents

FactoryGirl.define do
  factory :opt_out_flag, class: "Detour::OptOutFlag" do
    feature
    association :flaggable, factory: :user
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
detour-0.0.15 spec/factories/opt_out_flag.rb
detour-0.0.14 spec/factories/opt_out_flag.rb
detour-0.0.13 spec/factories/opt_out_flag.rb
detour-0.0.12 spec/factories/opt_out_flag.rb
detour-0.0.11 spec/factories/opt_out_flag.rb
detour-0.0.10 spec/factories/opt_out_flag.rb
detour-0.0.9 spec/factories/opt_out_flag.rb
detour-0.0.7 spec/factories/opt_out_flag.rb
detour-0.0.6 spec/factories/opt_out_flag.rb
detour-0.0.5 spec/factories/opt_out_flag.rb
detour-0.0.3 spec/factories/opt_out_flag.rb
detour-0.0.2 spec/factories/opt_out_flag.rb