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

Version Path
autodoc-0.8.0 spec/spec_helper.rb
autodoc-0.7.7 spec/spec_helper.rb
autodoc-0.7.6 spec/spec_helper.rb
autodoc-0.7.5 spec/spec_helper.rb
autodoc-0.7.4 spec/spec_helper.rb
autodoc-0.7.3 spec/spec_helper.rb
autodoc-0.7.2 spec/spec_helper.rb
autodoc-0.7.1 spec/spec_helper.rb
autodoc-0.7.0 spec/spec_helper.rb
autodoc-0.6.2 spec/spec_helper.rb
autodoc-0.6.1 spec/spec_helper.rb
autodoc-0.6.0 spec/spec_helper.rb
autodoc-0.5.3 spec/spec_helper.rb
autodoc-0.5.2 spec/spec_helper.rb
autodoc-0.5.1 spec/spec_helper.rb
autodoc-0.5.0 spec/spec_helper.rb
autodoc-0.4.5 spec/spec_helper.rb
autodoc-0.4.4 spec/spec_helper.rb
autodoc-0.4.3 spec/spec_helper.rb
autodoc-0.4.2 spec/spec_helper.rb