spec/lib/client/consumer_spec.rb in firehose-1.2.8 vs spec/lib/client/consumer_spec.rb in firehose-1.2.9
- old
+ new
@@ -1,9 +1,13 @@
require 'spec_helper'
describe Firehose::Client::Consumer::WebSocket do
- it "should be tested" # probably inside of the integrations
+ context "transport" do
+ # Transport for Firehose::Client::App class is tested via the spec/integrations suite.
+ end
end
describe Firehose::Client::Consumer::HttpLongPoll do
- it "should be tested" # probably inside of the integrations
+ context "transport" do
+ # Transport for Firehose::Client::App class is tested via the spec/integrations suite.
+ end
end
\ No newline at end of file