spec/spec_helper.rb in sub_pub-0.0.6 vs spec/spec_helper.rb in sub_pub-0.0.7

- old
+ new

@@ -17,10 +17,12 @@ # # Load the environment # require 'bundler' + require 'sub_pub_matchers' + Bundler.require # # Rails loads this during its setup # @@ -38,9 +40,10 @@ # # Use with_model # config.extend WithModel + config.include SubPub::Matchers # # Ensure pubsub is enabled # config.before(:each) do