Skip to content

Commit

Permalink
Remove leftover vcr recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-engle committed Oct 1, 2022
1 parent 7aefb2a commit 78fea67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/octokit/client/actions_workflow_jobs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'helper'

describe Octokit::Client::ActionsWorkflowJobs, vcr: {record: :new_episodes} do
describe Octokit::Client::ActionsWorkflowJobs, :vcr do
before do
Octokit.reset!
@client = oauth_client
Expand Down
2 changes: 1 addition & 1 deletion spec/octokit/client/actions_workflows_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@client = oauth_client
end

describe '.workflows', vcr: {record: :new_episodes} do
describe '.workflows', :vcr do
it 'returns the repository workflows' do
@client.workflows(@test_repo)

Expand Down

0 comments on commit 78fea67

Please sign in to comment.