Skip to content

Commit

Permalink
Remove the VCR :record
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneJuban committed May 6, 2015
1 parent 2ec0deb commit 307fb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/users_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe AngellistApi::Client::Users,
:vcr => { :cassette_name => 'users', :record => :new_episodes } do
:vcr => { :cassette_name => 'users' } do

let(:client) { AngellistApi::Client.new }
let(:user_id) { 155 } # Naval
Expand Down

0 comments on commit 307fb71

Please sign in to comment.