Sha256: 29ebe2a813b52f0eaf7ad0e6538eb00ef9dd4c658e6be1f2c2825db7e0759c27

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

require 'rubygems'
require 'spork'
#uncomment the following line to use spork with the debugger
#require 'spork/ext/ruby-debug'

Spork.prefork do
  # Loading more in this block will cause your tests to run faster. However,
  # if you change any configuration or code from libraries loaded here, you'll
  # need to restart spork for it take effect.
# This file is copied to spec/ when you run 'rails generate rspec:install'
  ENV["RAILS_ENV"] ||= 'test'
  require File.expand_path("../../config/environment", __FILE__)
  require 'rspec/rails'
  # require 'ruby-debug'
end

Spork.each_run do

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secure_headers-1.2.0 fixtures/rails_3_2_12_no_init/spec/spec_helper.rb