Sha256: f58ecaf95898920f62f8c2f94fb809f4cd8320c4fc90ff5b976357453ac75797

Contents?: true

Size: 266 Bytes

Versions: 61

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

require 'factory_bot'
FactoryBot.find_definitions
# for Spec expectation style
# class MiniTest::Test
# include FactoryGirl::Syntax::Methods
# end
module ActiveSupport
  class TestCase
    include FactoryBot::Syntax::Methods
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
ui_bibz-4.0.0.beta18 test/support/factory_bot.rb
ui_bibz-4.0.0.beta17 test/support/factory_bot.rb
ui_bibz-4.0.0.beta16 test/support/factory_bot.rb
ui_bibz-4.0.0.beta15 test/support/factory_bot.rb
ui_bibz-4.0.0.beta14 test/support/factory_bot.rb
ui_bibz-4.0.0.beta13 test/support/factory_bot.rb
ui_bibz-4.0.0.beta10 test/support/factory_bot.rb
ui_bibz-4.0.0.beta9 test/support/factory_bot.rb
ui_bibz-4.0.0.beta8 test/support/factory_bot.rb
ui_bibz-4.0.0.beta7 test/support/factory_bot.rb
ui_bibz-4.0.0.beta6 test/support/factory_bot.rb
ui_bibz-4.0.0.beta4 test/support/factory_bot.rb
ui_bibz-4.0.0.beta3 test/support/factory_bot.rb
ui_bibz-3.0.13 test/support/factory_bot.rb
ui_bibz-3.0.12 test/support/factory_bot.rb
ui_bibz-3.0.11 test/support/factory_bot.rb
ui_bibz-3.0.10 test/support/factory_bot.rb
ui_bibz-3.0.9 test/support/factory_bot.rb
ui_bibz-3.0.8 test/support/factory_bot.rb
ui_bibz-3.0.7 test/support/factory_bot.rb