Skip to content

Commit

Permalink
Cleaning up support requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkl committed Sep 29, 2011
1 parent 472dc3d commit 13d84d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# encoding: UTF-8
require 'simplecov'

SimpleCov.start do
coverage_dir 'coverage'
add_filter 'spec/'
end

require 'rspec'
require 'support/with_constants'
require 'support/deferred_garbage_collection' # http://makandra.com/notes/950-speed-up-rspec-by-deferring-garbage-collection
require 'support/temporary_folder_helper'

Dir[File.expand_path('support', File.dirname(__FILE__)) + "/**/*.rb"].each { |f| require f }
require 'capit'

0 comments on commit 13d84d8

Please sign in to comment.