Top Level Namespace

Defined Under Namespace

Modules: AbstractController, ActionCable, ActionController, ActionDispatch, ActionMailer, ActionPack, ActionView, ActiveJob, ActiveModel, ActiveRecord, ActiveStorage, ActiveSupport, ArJdbcMySQL, Css, DateAndTime, Digest, Enumerable, Erb, I18n, Js, Kernel, LibXML, LoggerSilence, Mime, Minitest, Quails, Rack, SecureRandom, TestUnit, URI Classes: Array, Benchmark, BigDecimal, Class, CodeStatistics, CodeStatisticsCalculator, Complex, Date, DateTime, Delegator, ERB, Exception, FalseClass, File, Float, Hash, Integer, LoadError, Method, Module, NameError, NilClass, Numeric, Object, Pathname, Range, Rational, Regexp, SourceAnnotationExtractor, String, Struct, Symbol, Time, TrueClass

Constant Summary collapse

HashWithIndifferentAccess =

:stopdoc:

ActiveSupport::HashWithIndifferentAccess
APP_PATH =
File.expand_path("test/dummy/config/application", ENGINE_ROOT)

Instance Method Summary collapse

Methods included from ActiveSupport::MarshalWithAutoloading

#load

Instance Method Details

#create_fixtures(*fixture_set_names, &block) ⇒ Object



33
34
35
# File 'railties/lib/rails/test_help.rb', line 33

def create_fixtures(*fixture_set_names, &block)
  FixtureSet.create_fixtures(ActiveSupport::TestCase.fixture_path, fixture_set_names, {}, &block)
end