Sha256: 37b8851e922ec732f8741244309008cc31ba32ebffe15a7a447e8f00a4db8d66

Contents?: true

Size: 433 Bytes

Versions: 16

Compression:

Stored size: 433 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require File.expand_path('../rails_app/config/environment.rb',  __FILE__)

require 'bundler'
Bundler.setup

require 'rspec'
require 'rspec/rails'

Dir[Rails.root.join('spec/support/**/*.rb')].each {|f| require f}

ActiveRecord::Migrator.migrate File.expand_path('../rails_app/db/migrate/', __FILE__)

Rspec.configure do |config|
  config.mock_with :mocha
  
  config.use_transactional_fixtures = true
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
governor_comments-0.2.7 spec/spec_helper.rb
governor_comments-0.2.6 spec/spec_helper.rb
governor_comments-0.2.5 spec/spec_helper.rb
governor_comments-0.2.4 spec/spec_helper.rb
governor_comments-0.2.3 spec/spec_helper.rb
governor_thinking_sphinx-0.1.4 spec/spec_helper.rb
governor_comments-0.2.2 spec/spec_helper.rb
governor_comments-0.2.1 spec/spec_helper.rb
governor_comments-0.2.0 spec/spec_helper.rb
governor_thinking_sphinx-0.1.3 spec/spec_helper.rb
governor_thinking_sphinx-0.1.2 spec/spec_helper.rb
governor_comments-0.1.2 spec/spec_helper.rb
governor_thinking_sphinx-0.1.1 spec/spec_helper.rb
governor_thinking_sphinx-0.1.0 spec/spec_helper.rb
governor_comments-0.1.1 spec/spec_helper.rb
governor_comments-0.1.0 spec/spec_helper.rb