Navigation Menu

Skip to content

Commit

Permalink
cleanup accidental bootstrapping of spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Sep 10, 2009
1 parent 712b371 commit cac4393
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions spec/spec_helper.rb
@@ -1,34 +1,4 @@
require 'rubygems'
require 'spork'

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.

end

Spork.each_run do
# This code will be run each time you run your specs.

end

# --- Instructions ---
# - Sort through your spec_helper file. Place as much environment loading
# code that you don't normally modify during development in the
# Spork.prefork block.
# - Place the rest under Spork.each_run block
# - Any code that is left outside of the blocks will be ran during preforking
# and during each_run!
# - These instructions should self-destruct in 10 seconds. If they don't,
# feel free to delete them.
#




require 'rubygems'
require 'spec'

unless $spec_helper_loaded
$spec_helper_loaded = true
Expand Down

0 comments on commit cac4393

Please sign in to comment.