Description: add missing requirement to rspec library
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Forwarded: no
Last-Update: 2013-04-18

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,6 +3,7 @@
 require 'pathname'
 require 'ostruct'
 require 'roxml'
+require 'rspec'
 
 require_relative './../test/support/fixtures'
 require_relative './shared_specs'
