Sha256: de9ad9b2f9e295a5acbfadbb71b4a56cfd2502d0a0cf9989f84e605faa31e348
Contents?: true
Size: 717 Bytes
Versions: 20
Compression:
Stored size: 717 Bytes
Contents
ENV["RAILS_ENV"] ||= "test" require File.expand_path("../../spec/dummy/config/environment", __FILE__) require "rspec/rails" Autodoc.configuration.toc = true Autodoc.configuration.toc_html = true Autodoc.configuration.path = "spec/dummy/doc" RSpec.configure do |config| # If you"re not using ActiveRecord, or you"d prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true. config.use_transactional_fixtures = true # If true, the base class of anonymous controllers will be inferred # automatically. This will be the default behavior in future versions of # rspec-rails. config.infer_base_class_for_anonymous_controllers = false end
Version data entries
20 entries across 20 versions & 1 rubygems