spec/spec_helper.rb in bnet-0.0.4 vs spec/spec_helper.rb in bnet-0.0.5
- old
+ new
@@ -3,9 +3,11 @@
require 'coveralls'
Coveralls.wear! # Load this ffirst before the tested library
########## Usual things ##########
+require 'rspec/collection_matchers'
+
require 'pry'
require 'bnet'
require 'vcr'
require 'ostruct'
require 'secrets_and_all_that'