spec/spec_helper.rb in gnip_api-1.0.1 vs spec/spec_helper.rb in gnip_api-1.0.2

- old
+ new

@@ -9,9 +9,11 @@ config.password = "lolcat" config.account = "something" config.adapter_class = TestAdapter config.source = 'twitter' config.label = 'prod' + config.debug = false + config.stream_output_format = :activity end end def fixture_path Pathname.new('spec/fixtures')