Sha256: a638132ebbc15a8c05c70dee8c5843989aeefe7ecd725579724a94ce842f2507

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

FactoryGirl.define do
  factory :wc1, class: WithoutCancan do
    name 'wc1'
    position 2
  end

  factory :wc2, class: WithoutCancan do
    name 'wc2'
    position 3
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acts_as_previous_next-0.0.5 spec/factories/without_cancan.rb
acts_as_previous_next-0.0.4 spec/factories/without_cancan.rb
acts_as_previous_next-0.0.3 spec/factories/without_cancan.rb
acts_as_previous_next-0.0.2 spec/factories/without_cancan.rb
acts_as_previous_next-0.0.1 spec/factories/without_cancan.rb