Description: additional requirement to ensure distribution/weibull.rb is loaded
Author: Cédric Boutillier <boutil@debian.org>
Bug: https://github.com/clbustos/distribution/issues/18
Bug-Debian: http://bugs.debian.org/794165
Last-Update: 2015-08-13

--- a/spec/weibull_spec.rb
+++ b/spec/weibull_spec.rb
@@ -1,4 +1,5 @@
 require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
+require "distribution/weibull"
 
 include ExampleWithGSL
 
@@ -15,4 +16,4 @@
 		   Distribution::Weibull::p_value(0.86466, 1, 1).should be_within(1e-3).of(2.0)
 		end
 	 #end
-end
\ No newline at end of file
+end
