spec/mkto_rest_spec.rb in mrkt-1.2.0 vs spec/mkto_rest_spec.rb in mrkt-1.2.1

- old
+ new

@@ -1,5 +1,5 @@ describe Mrkt do - include_context 'initialized client' + include_context 'with an initialized client' it { is_expected.to respond_to(:get, :post, :delete) } end