Sha256: 6a60f09060928686f4c6463b256ff2595aa072ce2a2a56cf893c161a271fd61a

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

module DerailSpecs
  class FactoryBot
    def self.create(*_)
      puts "factory_bot_rails is not installed in group :test"
      puts "Please add factory_bot_rails to your Gemfile to use this feature"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
derail_specs-0.5.1 lib/derail_specs/factory_bot_stub.rb
derail_specs-0.5.0 lib/derail_specs/factory_bot_stub.rb
derail_specs-0.4.0 lib/derail_specs/factory_bot_stub.rb
derail_specs-0.3.0 lib/derail_specs/factory_bot_stub.rb