spec/spec_helper.rb in httpthumbnailer-0.3.1 vs spec/spec_helper.rb in httpthumbnailer-1.0.0

- old
+ new

@@ -1,11 +1,14 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) +$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} +require 'capybara/rspec' + RSpec.configure do |config| - end +