lib/submodules/ably-ruby/spec/shared/model_behaviour.rb in ably-rest-1.1.6 vs lib/submodules/ably-ruby/spec/shared/model_behaviour.rb in ably-rest-1.1.7
- old
+ new
@@ -17,10 +17,10 @@
end
end
end
context '#attributes', :api_private do
- let(:model_options) { { action: 5 } }
+ let(:model_options) { { action: 5, max_message_size: 65536, max_frame_size: 524288 } }
it 'provides access to #attributes' do
expect(model.attributes).to eq(model_options)
end
end