Sha256: 6f476b0f0d232e1498d378ecbeab276e577b7065686000c51e2368cc1d52c2f7
Contents?: true
Size: 182 Bytes
Versions: 17
Compression:
Stored size: 182 Bytes
Contents
require 'spork' Spork.prefork do ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' end Spork.each_run do end
Version data entries
17 entries across 17 versions & 2 rubygems