spec/rspec2/spec_helper.rb in rspec_candy-0.1.1 vs spec/rspec2/spec_helper.rb in rspec_candy-0.1.2
- 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'
+require 'rspec_candy/helpers'
# Require support code
Dir["../shared/support/**/*.rb"].each {|f| require f}
# Run the migrations