Top Level Namespace

Includes:
Java

Defined Under Namespace

Modules: AbstractController, ActionController, ActionDispatch, ActionMailer, ActionPack, ActionView, ActiveModel, ActiveRecord, ActiveSupport, ArJdbcMySQL, Css, DateAndTime, Enumerable, Erb, HTML, I18n, Js, Kernel, LibXML, LoggerSilence, Marshal, Mime, Prof, QualifiedConstUtils, Rack, Rails, TestUnit, URI Classes: Array, Benchmark, BigDecimal, Class, CodeStatistics, CodeStatisticsCalculator, Date, DateTime, ERB, FalseClass, File, Float, Hash, Integer, LoadError, Module, Mysql, NameError, NilClass, Numeric, Object, Range, Regexp, SourceAnnotationExtractor, String, Struct, Symbol, Thread, Time, TrueClass

Constant Summary collapse

MissingSourceFile =
LoadError
HashWithIndifferentAccess =
ActiveSupport::HashWithIndifferentAccess

Instance Method Summary collapse

Instance Method Details

#create_fixtures(*fixture_set_names, &block) ⇒ Object



28
29
30
# File 'railties/lib/rails/test_help.rb', line 28

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