Sha256: 0d0db1c528e3e64c250118900fb4856f51c8ed6300184188d97a68f0a7f2b6b3

Contents?: true

Size: 816 Bytes

Versions: 12

Compression:

Stored size: 816 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
#require "lib/sections_rails"
require 'rspec'

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"
#Rails = Hashie::Mash.new({:env => 'test'})

require 'sections_rails' # and any other gems you need


# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }


RSpec.configure do |config|
  # == Mock Framework
  #
  # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
  config.mock_with :rspec

  # 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
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sections_rails-0.6.0 spec/spec_helper.rb
sections_rails-0.5.0 spec/spec_helper.rb
sections_rails-0.3.0 spec/spec_helper.rb
sections_rails-0.2.1 spec/spec_helper.rb
sections_rails-0.2.0 spec/spec_helper.rb
sections_rails-0.1.1 spec/spec_helper.rb
sections_rails-0.1 spec/spec_helper.rb
sections_rails-0.0.6 spec/spec_helper.rb
sections_rails-0.0.5 spec/spec_helper.rb
sections_rails-0.0.4 spec/spec_helper.rb
sections_rails-0.0.3 spec/spec_helper.rb
sections_rails-0.0.2 spec/spec_helper.rb