spec/redbooth-ruby/me_spec.rb in redbooth-ruby-0.0.5 vs spec/redbooth-ruby/me_spec.rb in redbooth-ruby-0.1.0
- old
+ new
@@ -1,6 +1,6 @@
-require "spec_helper"
+require 'spec_helper'
describe RedboothRuby::Me, vcr: 'me' do
include_context 'authentication'
let(:me) { client.me(:show) }
let(:response) { double(:response, data: {})}
@@ -51,6 +51,6 @@
expect(RedboothRuby).to receive(:request).with(:delete, nil, 'me', {}, { session: session })
subject
end
end
-end
+end
\ No newline at end of file