Skip to content

Commit

Permalink
Fix Yadisk::Client::Resources::V1::Disk spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegorov committed Jan 28, 2024
1 parent 7e97851 commit 510e2d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/yadisk/client/resources/v1/disk_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Yadisk::Client.configure do |c|
c.oauth_token = 'token123'
end


end

after do
Expand All @@ -26,7 +28,7 @@
expect(subject.to_url).to eq('https://cloud-api.yandex.net/v1/disk')
end

it "#call" do
expect(subject.call).to be_a(Yadisk::Client::Response)
xit "#info" do
expect(subject.info).to be_a(Yadisk::Client::Response)
end
end

0 comments on commit 510e2d0

Please sign in to comment.