Sha256: 7f6c4a335d55498e03bf6eff624f9450e747315d4bacd28afa9194869b3d2a95
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 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' # 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/spec/spec_helper.rb |