spec/rspec2/spec_helper.rb in rspec_candy-0.1.2 vs spec/rspec2/spec_helper.rb in rspec_candy-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ # Load the Rails environment and testing framework require "#{File.dirname(__FILE__)}/app_root/config/environment" require 'rspec/rails' # Load dependencies -require 'rspec_candy/helpers' +require 'rspec_candy/all' # Require support code Dir["../shared/support/**/*.rb"].each {|f| require f} # Run the migrations