Sha256: 26a23b0da326b825a8e4b885168b92af14afaa01f194ac47bb125e7dd09867f0

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 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

7 entries across 7 versions & 1 rubygems

Version Path
apipie-rails-0.0.13 spec/spec_helper.rb
apipie-rails-0.0.12 spec/spec_helper.rb
apipie-rails-0.0.11 spec/spec_helper.rb
apipie-rails-0.0.10 spec/spec_helper.rb
apipie-rails-0.0.9 spec/spec_helper.rb
apipie-rails-0.0.8 spec/spec_helper.rb
apipie-rails-0.0.7 spec/spec_helper.rb