Skip to content

Commit

Permalink
Merge branch 'add-companies-and-deals' of github.com:ResultadosDigita…
Browse files Browse the repository at this point in the history
…is/agendor-ruby into add-companies-and-deals

* 'add-companies-and-deals' of github.com:ResultadosDigitais/agendor-ruby:
  stop vcr recording!
  • Loading branch information
Nathan Thiesen committed Jan 27, 2015
2 parents f228281 + 22a5dc0 commit bc13341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/agendor/organization_spec.rb
@@ -1,9 +1,9 @@
require 'spec_helper'

describe "Agendor::Organization", :vcr => { record: :all } do
describe "Agendor::Organization", :vcr do

it "creates an organization" do
client = Agendor::Organization.new("brunogh@gmail.com", "qwe123")
client.create({:nickname=>"Whatever Company Inc.", :description=>"Whatever company", :website => "www.whatever.com"}).should eq("201")
end
end
end

0 comments on commit bc13341

Please sign in to comment.