spec/spec_helper.rb in colander-0.0.3 vs spec/spec_helper.rb in colander-0.1.0

- old
+ new

@@ -1,3 +1,4 @@ $:.push File.expand_path("../lib", __FILE__) -require 'colander' \ No newline at end of file +require 'colander' +require 'pry'