Sha256: dc06abf5ebeb75865b99bd5fa62d48d6046aa343620d33d06b7f2062b2caea4e

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

require 'rubygems'
require 'bundler/setup'

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)

require 'rspec/rails'
require 'rspec/autorun'

require 'apipie-rails'

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}

RSpec.configure do |config|

  config.mock_with :rspec

  # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
  config.fixture_path = "#{::Rails.root}/spec/fixtures"

  # 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

12 entries across 12 versions & 2 rubygems

Version Path
apipie-rails-0.0.24 spec/spec_helper.rb
apipie-rails-0.0.23 spec/spec_helper.rb
jmoses_apipie-rails-0.0.23 spec/spec_helper.rb
apipie-rails-0.0.22 spec/spec_helper.rb
apipie-rails-0.0.21 spec/spec_helper.rb
apipie-rails-0.0.20 spec/spec_helper.rb
apipie-rails-0.0.19 spec/spec_helper.rb
apipie-rails-0.0.18 spec/spec_helper.rb
apipie-rails-0.0.17 spec/spec_helper.rb
apipie-rails-0.0.16 spec/spec_helper.rb
apipie-rails-0.0.15 spec/spec_helper.rb
apipie-rails-0.0.14 spec/spec_helper.rb