This patch contains all the Debian-specific
changes mixed together. To review them separately,
please inspect the VCS history at the URL indicated
by the Vcs-* fields in debian/control.
--- ruby-merb-param-protection-1.1.3.orig/spec/spec_helper.rb
+++ ruby-merb-param-protection-1.1.3/spec/spec_helper.rb
@@ -9,14 +9,14 @@ require 'merb-core'
 require "merb-param-protection"
 
 # Satisfies Autotest and anyone else not using the Rake tasks
-require 'spec'
+require 'rspec'
 
 # Additional files required for specs
 require "controllers/param_protection"
 
 Merb.start :environment => 'test'
 
-Spec::Runner.configure do |config|
+RSpec::Runner.configure do |config|
   config.include Merb::Test::ControllerHelper
   config.include Merb::Test::RequestHelper
 end
